begin 2021.07.05 release cycle

This commit is contained in:
Igor Mandrigin 2021-07-22 18:44:40 +02:00 committed by GitHub
parent 43fad49a0d
commit cc569cee67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ var (
const (
VersionMajor = 2021 // Major version component of the current release
VersionMinor = 7 // Minor version component of the current release
VersionMicro = 4 // Patch version component of the current release
VersionMicro = 5 // Patch version component of the current release
VersionModifier = "alpha" // Patch version component of the current release
)