Tweaks some versions around 1.0.0.

This commit is contained in:
James Phillips 2017-09-25 13:47:45 -07:00
parent 5208a1ac96
commit 687da35244
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 1.0.0beta (UNRELEASED) ## 1.0.0 (UNRELEASED)
BREAKING CHANGES: BREAKING CHANGES:

View File

@ -15,7 +15,7 @@ var (
// //
// Version must conform to the format expected by github.com/hashicorp/go-version // Version must conform to the format expected by github.com/hashicorp/go-version
// for tests to work. // for tests to work.
Version = "0.9.4" Version = "1.0.0"
// 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