Bump version v3.1.5 (#289)

bump version v3.1.5
This commit is contained in:
Péter Garamvölgyi 2023-04-19 06:14:28 +02:00 committed by GitHub
parent 028acecb02
commit d274ef1f93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ import (
const (
VersionMajor = 3 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionPatch = 4 // Patch version component of the current release
VersionPatch = 5 // Patch version component of the current release
VersionMeta = "alpha" // Version metadata to append to the version string
)