prepare for 1.1.3 development

This commit is contained in:
Mahmood Ali
2021-06-22 10:41:44 -04:00
parent 4615b9602b
commit 1bf9e7c266
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
## 1.1.3 (Unreleased)
## 1.1.2 (June 22, 2021)
IMPROVEMENTS:

View File

@@ -11,12 +11,12 @@ var (
GitDescribe string
// The main version number that is being run at the moment.
Version = "1.1.2"
Version = "1.1.3"
// 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"
// VersionMetadata is metadata further describing the build type.
VersionMetadata = ""