diff --git a/version.go b/version.go index 3cfe34a8..e4b11da9 100644 --- a/version.go +++ b/version.go @@ -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