Update version to v2.0.1

This commit is contained in:
kamuikatsurgi 2025-03-19 18:05:16 +05:30
parent ec3617947f
commit 7e3ffd1971
No known key found for this signature in database

View file

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