Commit c8f1c98f authored by Alex Dadgar's avatar Alex Dadgar
Browse files

version bump and remove generated

parent 8363b69a
Showing with 2 additions and 17110 deletions
+2 -17110
This diff is collapsed.
This diff is collapsed.
...@@ -11,12 +11,12 @@ var ( ...@@ -11,12 +11,12 @@ var (
GitDescribe string GitDescribe string
// The main version number that is being run at the moment. // The main version number that is being run at the moment.
Version = "0.8.3" Version = "0.8.4"
// A pre-release marker for the version. If this is "" (empty string) // 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 // then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc. // such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = "" VersionPrerelease = "dev"
// VersionMetadata is metadata further describing the build type. // VersionMetadata is metadata further describing the build type.
VersionMetadata = "" 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