Skip to content

Commit

Permalink
version: bump to v0.6.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed May 26, 2023
1 parent 2a27961 commit cdca09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 6
appPatch uint = 2
appPatch uint = 3

// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
Expand Down

0 comments on commit cdca09e

Please sign in to comment.