Skip to content

Commit

Permalink
ci: bump to v0.22.201-beta-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
roylee17 committed May 16, 2022
1 parent ab8802f commit d8dc6fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 22
appPatch uint = 200
appPatch uint = 201

// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
appPreRelease = "beta"
appPreRelease = "beta-rc3"
)

// appBuild is defined as a variable so it can be overridden during the build
Expand Down

0 comments on commit d8dc6fb

Please sign in to comment.