Version bump and generated files

This commit is contained in:
Alex Dadgar
2018-04-12 16:21:50 -07:00
parent b82646b67e
commit 8a80a5f7c5
4 changed files with 98926 additions and 12 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

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 = ""
// VersionMetadata is metadata further describing the build type.
VersionMetadata = ""