Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
angrycub committed Jun 7, 2024
1 parent 214c23b commit 77dad21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## UNRELEASED
## 0.1.2 (June 7, 2024)

IMPROVEMENTS:
* cli: Emit the modify index in the output of `nomad-pack plan` [[GH-507](https://github.com/hashicorp/nomad-pack/pull/507)]
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
// Prerelease designates whether the current version is within a prerelease
// phase. Typically, this will be "dev" to signify a development cycle or a
// release candidate phase such as alpha, beta.1, rc.1, or such.
Prerelease = "dev"
Prerelease = ""

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

0 comments on commit 77dad21

Please sign in to comment.