From c7c474f1b5d81e549f7806fe174011f1e2d2e959 Mon Sep 17 00:00:00 2001 From: Leeren Chang Date: Sun, 18 Aug 2024 00:55:09 -0700 Subject: [PATCH] version: finalize story-geth v0.9.1 stable release --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index ddfbf5d0cde3..946854de5dc8 100644 --- a/params/version.go +++ b/params/version.go @@ -24,7 +24,7 @@ const ( VersionMajor = 0 // Major version component of the current release VersionMinor = 9 // Minor version component of the current release VersionPatch = 1 // Patch version component of the current release - VersionMeta = "unstable" // Version metadata to append to the version string + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string.