Skip to content

Commit

Permalink
Bump version to v0.2.0 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niki authored Feb 27, 2023
1 parent 28b623b commit 933717f
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.1.0"
var ReleaseVersion = "v0.2.0"

// 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 933717f

Please sign in to comment.