Unverified Commit ebd70026 authored by Preetha Appan's avatar Preetha Appan
Browse files

remove generated code and change version to 0.10.0

Showing with 2 additions and 125275 deletions
+2 -125275
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.4"
Version = "0.10.0"
// 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