diff --git a/config/config.go b/config/config.go index 6b4aa086b..2595a43bd 100644 --- a/config/config.go +++ b/config/config.go @@ -4,7 +4,7 @@ import "time" const ( Debug = true - BuildVersion = "v0.2.4-BUILD_VERSION" + BuildVersion = "v0.2.5-BUILD_VERSION" SnapshotRoundGap = uint64(3 * time.Second) SnapshotReferenceThreshold = 10