Skip to content

Commit

Permalink
Relese v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Nov 15, 2022
1 parent 7dcba3f commit 3f8a8c0
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 @@ -10,6 +10,7 @@ project "nomad-driver-podman" {
repository = "nomad-driver-podman"
release_branches = [
"main",
"release/**",
]
}
}
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.4.1 (November 15, 2022)

FEATURES:

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var (
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta.1", "rc1.1", etc.
VersionPrerelease = "dev"
VersionPrerelease = ""

// VersionMetadata is metadata further describing the build type.
VersionMetadata = ""
Expand Down

0 comments on commit 3f8a8c0

Please sign in to comment.