Skip to content

Commit 5ed69b6

Browse files
committed
Release v1.7.11
1 parent 9161dd3 commit 5ed69b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## UNRELEASED
1+
## 1.7.11 (December 10, 2020)
22

33
BUG FIXES:
44

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ var (
1515
//
1616
// Version must conform to the format expected by github.com/hashicorp/go-version
1717
// for tests to work.
18-
Version = "1.7.10"
18+
Version = "1.7.11"
1919

2020
// A pre-release marker for the version. If this is "" (empty string)
2121
// then it means that it is a final release. Otherwise, this is a pre-release
2222
// such as "dev" (in development), "beta", "rc1", etc.
23-
VersionPrerelease = "dev"
23+
VersionPrerelease = ""
2424
)
2525

2626
// GetHumanVersion composes the parts of the version in a way that's suitable

website/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
activate :hashicorp do |h|
44
h.name = "consul"
5-
h.version = "1.7.10"
5+
h.version = "1.7.11"
66
h.github_slug = "hashicorp/consul"
77
end
88

0 commit comments

Comments
 (0)