From 429deab982a2a7c90f4399dcb908bf9380cc2769 Mon Sep 17 00:00:00 2001 From: Victor Castell Date: Tue, 26 Apr 2022 18:18:01 +0200 Subject: [PATCH] Fix meta --- params/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/params/version.go b/params/version.go index f5daf32ae7..e74aee4400 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 = 2 // Minor version component of the current release - VersionPatch = 16 // Patch version component of the current release - VersionMeta = "beta-2" // Version metadata to append to the version string + VersionMajor = 0 // Major version component of the current release + VersionMinor = 2 // Minor version component of the current release + VersionPatch = 16 // Patch version component of the current release + VersionMeta = "beta2" // Version metadata to append to the version string ) // Version holds the textual version string.