Skip to content

Commit

Permalink
Relese v0.0.1-techpreview.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Jul 21, 2022
1 parent a566b9a commit 3b4163b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .release/ci.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ project "nomad-pack" {
repository = "nomad-pack"
release_branches = [
"main",
"release/0.0.1-techpreview.3",
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## UNRELEASED
## 0.0.1-techpreview.3 (July 21, 2022)

FEATURES:

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 = "techpreview3"
Prerelease = "techpreview.3"

// 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 3b4163b

Please sign in to comment.