Bump to dev post-0.9.0-rc1 release

This commit is contained in:
Michael Schurter
2019-03-22 08:26:30 -07:00
parent 8f8a18b4fa
commit a77f769f1e
3 changed files with 1 additions and 17847 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 = ""