Skip to content

Commit

Permalink
docs: add release docs for v0.12.2 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso authored Dec 7, 2023
1 parent a64c598 commit 2f017a3
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 @@ -5,7 +5,7 @@
package version

// ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
var ReleaseVersion = "v0.12.1"
var ReleaseVersion = "v0.12.2"

// ReleaseCandidate is the release candidate ID in format "rc.X", which will be appended to the release version.
var ReleaseCandidate = "rc.1"

0 comments on commit 2f017a3

Please sign in to comment.