Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 4aec211

Browse files
committed
Relese v0.3.3
1 parent b1fe9c3 commit 4aec211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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+
## 0.3.3 (October 5, 2023)
22

33
IMPROVEMENTS:
44
* build: Now builds with Go v1.21.1 [[GH-507](https://github.com/hashicorp/levant/pull/507)]

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var (
1919
// VersionPrerelease is the marker for the version. If this is ""
2020
// (empty string) then it means that it is a final release. Otherwise, this
2121
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
22-
VersionPrerelease = "dev"
22+
VersionPrerelease = ""
2323

2424
// VersionMetadata is metadata further describing the build type.
2525
VersionMetadata = ""

0 commit comments

Comments
 (0)