begin release cycle 2021.02.01

This commit is contained in:
Igor Mandrigin 2021-01-28 15:17:28 +01:00
parent 5a9c86e552
commit 906d3eefb6

View File

@ -23,8 +23,8 @@ import (
// see https://calver.org
const (
VersionMajor = 2021 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionMicro = 3 // Patch version component of the current release
VersionMinor = 2 // 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
)