bump version due to the month change

This commit is contained in:
Igor Mandrigin 2021-04-01 10:46:58 +02:00
parent 0ba20d6c28
commit bcb5844df6

View File

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