Skip to content

Commit

Permalink
Merge pull request #54 from JosiahWitt/bump-cli-version-v0.2.2
Browse files Browse the repository at this point in the history
Bump CLI version to v0.2.2
  • Loading branch information
JosiahWitt authored May 1, 2022
2 parents 0fcec5a + bff0be6 commit d2d56f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ensure/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
//nolint:gochecknoglobals // Allows injecting the version
// Version of the CLI.
// Should be tied to the release version.
var Version = "0.2.0"
var Version = "0.2.2"

func main() {
if err := run(); err != nil {
Expand Down

0 comments on commit d2d56f9

Please sign in to comment.