From faaf1c7d2eb2a2fce071177423a01c4cdddf623d Mon Sep 17 00:00:00 2001 From: Cedric Fung Date: Mon, 30 Dec 2024 12:19:05 +0000 Subject: [PATCH] bump version to v0.18.21 --- config/reader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/reader.go b/config/reader.go index 71da78567..1f4d3dc6c 100644 --- a/config/reader.go +++ b/config/reader.go @@ -10,7 +10,7 @@ import ( const ( Debug = true - BuildVersion = "v0.18.20-BUILD_VERSION" + BuildVersion = "v0.18.21-BUILD_VERSION" KernelNetworkId = "74c6cdb7d51af57037faa1f5544f8331ced001df5964331911ca51385993b375" SnapshotRoundGap = uint64(3 * time.Second)