bump version to notify clients to update

This commit is contained in:
StephenButtolph 2020-04-30 23:46:37 -04:00
parent b3d94ab9f0
commit 2efab4710d
1 changed files with 1 additions and 1 deletions

View File

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