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

Commit b42efe6

Browse files
committed
Release v0.4.0
1 parent e4b740d commit b42efe6

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+
## 0.4.0 (June 26, 2025)
22

33
__BACKWARDS INCOMPATIBILITIES:__
44
* cli: Levant no longer supports the deprecated Vault token workflow.

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ var (
1414

1515
// Version must conform to the format expected by
1616
// github.com/hashicorp/go-version for tests to work.
17-
Version = "0.3.4"
17+
Version = "0.4.0"
1818

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)