remove 0.9.2-rc1 generated code

This commit is contained in:
Mahmood Ali
2019-05-23 11:14:24 -04:00
parent 6e915975e1
commit cdc0e04516
3 changed files with 1 additions and 124548 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -16,7 +16,7 @@ var (
// 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 = "rc1"
VersionPrerelease = "dev"
// VersionMetadata is metadata further describing the build type.
VersionMetadata = ""