Put version.go back in dev mode

This commit is contained in:
Matt Keeler 2018-05-22 10:16:59 -04:00 committed by GitHub
parent 1e97777f88
commit 9d3003cee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ var (
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = ""
VersionPrerelease = "dev"
)
// GetHumanVersion composes the parts of the version in a way that's suitable