From be5eaa5b46a76268e663fc9c841c9c2127e9d8cf Mon Sep 17 00:00:00 2001 From: Uh Sado <40418428+sadoci@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:37:26 +0900 Subject: [PATCH] params: Gmet v1.10.9 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index c199b0d8602c..d96e79fd21a2 100644 --- a/params/version.go +++ b/params/version.go @@ -23,7 +23,7 @@ import ( const ( VersionMajor = 0 // Major version component of the current release VersionMinor = 9 // Minor version component of the current release - VersionPatch = 8 // Patch version component of the current release + VersionPatch = 9 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string )