Set version to stable

This commit is contained in:
Jerry 2023-01-04 12:12:19 -08:00
parent 59bdbef42a
commit c12e8f2aa8

View file

@ -24,7 +24,7 @@ const (
VersionMajor = 0 // Major version component of the current release VersionMajor = 0 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release VersionMinor = 3 // Minor version component of the current release
VersionPatch = 2 // Patch version component of the current release VersionPatch = 2 // Patch version component of the current release
VersionMeta = "beta" // Version metadata to append to the version string VersionMeta = "stable" // Version metadata to append to the version string
) )
// Version holds the textual version string. // Version holds the textual version string.