Skip to content

Commit d6c1b41

Browse files
committed
Release v0.3.0
1 parent 655a787 commit d6c1b41

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-
## 0.3.0 (UNRELEASED)
1+
## 0.3.0 (April 15, 2025)
22

33
BREAKING CHANGES:
44
* cli: Remove deprecated Consul and Vault token configuration [[GH-659](https://github.com/hashicorp/nomad-pack/pull/659)]

internal/pkg/version/version.go

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

1717
// Version is the semantic version number describing the current state of
1818
// NOM.
19-
Version = "0.2.1"
19+
Version = "0.3.0"
2020

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)