From afaa40a0f4747ce930c555fc0f67e05a3d697e20 Mon Sep 17 00:00:00 2001 From: Leeren Date: Tue, 15 Oct 2024 17:47:56 -0700 Subject: [PATCH] chore(release): finalize story-geth v0.10.0 stable release (#40) --- params/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/params/version.go b/params/version.go index 610d682ea..fba0b5422 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 = 0 // 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 = 0 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string.