bumped version to beta2

This commit is contained in:
Sandeep Sreenath 2021-12-15 17:55:18 +05:30
parent e2b938562a
commit c227a07241

View file

@ -21,10 +21,10 @@ import (
) )
const ( const (
VersionMajor = 0 // Major version component of the current release VersionMajor = 0 // Major version component of the current release
VersionMinor = 2 // Minor version component of the current release VersionMinor = 2 // Minor version component of the current release
VersionPatch = 13 // Patch version component of the current release VersionPatch = 13 // Patch version component of the current release
VersionMeta = "beta" // Version metadata to append to the version string VersionMeta = "beta2" // Version metadata to append to the version string
) )
// Version holds the textual version string. // Version holds the textual version string.