Task: Prepare for development

This commit is contained in:
kenjones 2017-09-24 21:28:28 -04:00
parent 54c73eb34f
commit 7b004cb456
1 changed files with 2 additions and 2 deletions

View File

@ -11,12 +11,12 @@ var (
GitDescribe string
// Version is main version number that is being run at the moment.
Version = "1.13.0"
Version = "1.14.0"
// VersionPrerelease is 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"
)
// ProductName is the name of the product