Skip to content

Commit

Permalink
Tag 0.22.0-rc.0 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbeaumont committed Jun 12, 2020
1 parent 45555dc commit b3107ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package version
var Version = "0.22.0"

// PreReleaseID can be empty for releases, "rc.X" for release candidates and "dev" for snapshots
var PreReleaseID = "dev"
var PreReleaseID = "rc.0"

// gitCommit is the short commit hash. It will be set by the linker.
var gitCommit = ""
Expand Down

0 comments on commit b3107ca

Please sign in to comment.