Skip to content

Commit 249c831

Browse files
committed
Release v1.6.3-pandora-pre1
1 parent 72836a4 commit 249c831

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.6.3-pandora-pre1 (January 10, 2020)
22

33
## 1.6.2 (November 13, 2019)
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.6.2"
18+
Version = "1.6.3-pandora"
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 = "pre1"
2424
)
2525

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

0 commit comments

Comments
 (0)