package utils const ( // VersionString is the module version string. VersionString = "1.0.2" // VersionMajor is the module major version. VersionMajor = 1 // VersionMinor is the module minor version. VersionMinor = 0 // VersionPatch is the module patch version. VersionPatch = 2 // VersionBeta is the prerelease counter for the current version. VersionBeta = 0 )