Commit 613235d5 authored by Mahmood Ali's avatar Mahmood Ali
Browse files

Prepare for 0.9.3 dev cycle

parent 2b45c6d2
Showing with 5 additions and 124549 deletions
+5 -124549
## 0.9.3 (Unreleased)
## 0.9.2 (June 5, 2019)
SECURITY:
......
This diff is collapsed.
This diff is collapsed.
......@@ -11,12 +11,12 @@ var (
GitDescribe string
// The main version number that is being run at the moment.
Version = "0.9.2"
Version = "0.9.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 = ""
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment