From 15ebe9b7a6f228dd81ca3138541e665b9a7dfd51 Mon Sep 17 00:00:00 2001 From: Cedric Fung Date: Sat, 27 Aug 2022 18:08:58 +0000 Subject: [PATCH] bump version to v0.13.13 --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 141b8ace9..23483f6d4 100644 --- a/config/config.go +++ b/config/config.go @@ -10,7 +10,7 @@ import ( const ( Debug = true - BuildVersion = "v0.13.12-BUILD_VERSION" + BuildVersion = "v0.13.13-BUILD_VERSION" MainnetId = "6430225c42bb015b4da03102fa962e4f4ef3969e03e04345db229f8377ef7997" SnapshotRoundGap = uint64(3 * time.Second)