From 44c5e369b627f48f45e2bb2615304a3b249845c0 Mon Sep 17 00:00:00 2001 From: Cedric Fung Date: Tue, 13 Sep 2022 16:01:06 +0000 Subject: [PATCH] bump version to v0.13.14 --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 23483f6d4..684734330 100644 --- a/config/config.go +++ b/config/config.go @@ -10,7 +10,7 @@ import ( const ( Debug = true - BuildVersion = "v0.13.13-BUILD_VERSION" + BuildVersion = "v0.13.14-BUILD_VERSION" MainnetId = "6430225c42bb015b4da03102fa962e4f4ef3969e03e04345db229f8377ef7997" SnapshotRoundGap = uint64(3 * time.Second)