Skip to content

Commit 56a4531

Browse files
committed
Prepare for next release
1 parent 11c4b12 commit 56a4531

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## UNRELEASED
2+
13
## 0.6.2 (December 16, 2024)
24

35
IMPROVEMENTS:

version/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ var (
1717
//
1818
// Version must conform to the format expected by
1919
// github.com/hashicorp/go-version for tests to work.
20-
Version = "0.6.2"
20+
Version = "0.6.3"
2121

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

2727
// VersionMetadata is metadata further describing the build type.
2828
VersionMetadata = ""

0 commit comments

Comments
 (0)