Skip to content

Commit

Permalink
Points at new release and puts tree in 0.8.0 dev mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
slackpad committed Feb 6, 2017
1 parent 1c442cb commit 97dbfb8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.8.0 (UNRELEASED)

BREAKING CHANGES:

FEATURES:

IMPROVEMENTS:

BUG FIXES:

## 0.7.4 (February 6, 2017)

IMPROVEMENTS:
Expand Down
4 changes: 2 additions & 2 deletions version/version_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ package version
// adding new versions and pick a name that will follow "version_base.go".
func init() {
// The main version number that is being run at the moment.
Version = "0.7.4"
Version = "0.8.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"
}
2 changes: 1 addition & 1 deletion website/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

activate :hashicorp do |h|
h.name = "consul"
h.version = "0.7.3"
h.version = "0.7.4"
h.github_slug = "hashicorp/consul"
end

Expand Down

0 comments on commit 97dbfb8

Please sign in to comment.