From b60a3ba8d47e60a6c78ca0570f7dac66e8976d93 Mon Sep 17 00:00:00 2001 From: Meng <69021250+limengformal@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:59:29 -0800 Subject: [PATCH] chore(release): finalize story-geth 0.10.1 stable release (#59) --- params/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/params/version.go b/params/version.go index eb487a0b0..52551eccb 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 0 // Major version component of the current release - VersionMinor = 10 // 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 + VersionMajor = 0 // Major version component of the current release + VersionMinor = 10 // Minor version component of the current release + VersionPatch = 1 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string.