This commit is contained in:
Alex Dadgar 2017-10-19 15:18:16 -07:00
parent 05c714967a
commit e4d1879254
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ var (
// A pre-release marker for the version. If this is "" (empty string) // 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 // then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc. // such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = "beta1" VersionPrerelease = "rc1"
// VersionMetadata is metadata further describing the build type. // VersionMetadata is metadata further describing the build type.
VersionMetadata = "" VersionMetadata = ""