Bump version to v2.0.0-beta2

This commit is contained in:
Jerry 2025-02-10 08:14:51 -08:00
parent b3c16d45fa
commit 9be1add400
No known key found for this signature in database
GPG key ID: 5B33FA23CB103211

View file

@ -21,10 +21,10 @@ import (
) )
const ( const (
VersionMajor = 2 // Major version component of the current release VersionMajor = 2 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release VersionMinor = 0 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release VersionPatch = 0 // 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
) )
var GitCommit string var GitCommit string