Skip to content

Commit 43b5649

Browse files
committed
Release v0.4.1
1 parent 271c94a commit 43b5649

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.4.1 (November 13, 2025)
22

33
IMPROVEMENTS:
44
* build: Update Go version to 1.25.4 [[GH-765](https://github.com/hashicorp/nomad-pack/pull/765)]

internal/pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121
// Prerelease designates whether the current version is within a prerelease
2222
// phase. Typically, this will be "dev" to signify a development cycle or a
2323
// release candidate phase such as alpha, beta.1, rc.1, or such.
24-
Prerelease = "dev"
24+
Prerelease = ""
2525

2626
// Metadata allows us to provide additional metadata information to the
2727
// version identifier. This is typically used to identify enterprise builds

0 commit comments

Comments
 (0)