Skip to content

Commit

Permalink
Merge pull request #128 from kcalvinalvin/2024-02-02-update-version
Browse files Browse the repository at this point in the history
main: update version to 0.1.0
  • Loading branch information
kcalvinalvin authored Feb 2, 2024
2 parents 1899d6f + 5ec45ad commit a34adc3
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 @@ -17,7 +17,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 0
appMinor uint = 22
appMinor uint = 1
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet
Expand Down

0 comments on commit a34adc3

Please sign in to comment.