Merge pull request #122 from StephenButtolph/v0-2-1

bump version to notify clients to update
This commit is contained in:
Stephen Buttolph 2020-04-30 23:55:34 -04:00 committed by GitHub
commit 3d734c96c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ var (
VersionSeparator = "." VersionSeparator = "."
MajorVersion = 0 MajorVersion = 0
MinorVersion = 2 MinorVersion = 2
PatchVersion = 0 PatchVersion = 1
ClientVersion = fmt.Sprintf("%s%d%s%d%s%d", ClientVersion = fmt.Sprintf("%s%d%s%d%s%d",
VersionPrefix, VersionPrefix,
MajorVersion, MajorVersion,