begin 2021.03.01 release cycle

This commit is contained in:
Igor Mandrigin 2021-02-25 10:38:04 +01:00 committed by GitHub
parent 569264c140
commit 75ad819cc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,8 @@ import (
// see https://calver.org
const (
VersionMajor = 2021 // Major version component of the current release
VersionMinor = 2 // Minor version component of the current release
VersionMicro = 4 // Patch version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionMicro = 1 // Patch version component of the current release
VersionModifier = "alpha" // Patch version component of the current release
)