diff options
Diffstat (limited to 'params')
-rw-r--r-- | params/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/params/version.go b/params/version.go index f8848d47c..2712840bd 100644 --- a/params/version.go +++ b/params/version.go @@ -23,7 +23,7 @@ import ( const ( VersionMajor = 1 // Major version component of the current release VersionMinor = 8 // Minor version component of the current release - VersionPatch = 21 // Patch version component of the current release + VersionPatch = 22 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string ) |