Release v1.13.1

This commit is contained in:
kenjones 2017-09-25 09:35:23 -04:00
parent 9dd4503b23
commit 28bcbd321f
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.14.0"
Version = "1.13.1"
// 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 = "dev"
VersionPrerelease = ""
)
// ProductName is the name of the product