diff --git a/params/version.go b/params/version.go index c7acaa4081d6..0c33c888b62d 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 1 // Major version component of the current release - VersionMinor = 4 // Minor version component of the current release - VersionPatch = 0 // Patch version component of the current release - VersionMeta = "beta2-fh2.4" // Version metadata to append to the version string + VersionMajor = 1 // Major version component of the current release + VersionMinor = 4 // Minor version component of the current release + VersionPatch = 0 // Patch version component of the current release + VersionMeta = "fh2.4" // Version metadata to append to the version string FirehoseVersionMajor = 2 FirehoseVersionMinor = 4