From 7e7a65166ef70b6b099bf320b62c16875c937976 Mon Sep 17 00:00:00 2001 From: Cedric Fung Date: Thu, 20 Jun 2024 08:39:49 +0000 Subject: [PATCH] bump version to v0.18.9 --- config/reader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/reader.go b/config/reader.go index ce08ee29c..263e28288 100644 --- a/config/reader.go +++ b/config/reader.go @@ -10,7 +10,7 @@ import ( const ( Debug = true - BuildVersion = "v0.18.8-BUILD_VERSION" + BuildVersion = "v0.18.9-BUILD_VERSION" KernelNetworkId = "74c6cdb7d51af57037faa1f5544f8331ced001df5964331911ca51385993b375" SnapshotRoundGap = uint64(3 * time.Second)