From ae8c25202374501b0c045464c674373fdaa42522 Mon Sep 17 00:00:00 2001 From: Cedric Fung Date: Wed, 6 Nov 2024 08:26:53 +0000 Subject: [PATCH] bump version to v0.18.16 --- config/reader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/reader.go b/config/reader.go index 51a57675c..d5b530c99 100644 --- a/config/reader.go +++ b/config/reader.go @@ -10,7 +10,7 @@ import ( const ( Debug = true - BuildVersion = "v0.18.15-BUILD_VERSION" + BuildVersion = "v0.18.16-BUILD_VERSION" KernelNetworkId = "74c6cdb7d51af57037faa1f5544f8331ced001df5964331911ca51385993b375" SnapshotRoundGap = uint64(3 * time.Second)