Skip to content

Commit

Permalink
Merge pull request #198 from kcalvinalvin/2024-09-02-bump-version
Browse files Browse the repository at this point in the history
main: bump version to 0.4.0
  • Loading branch information
kcalvinalvin authored Sep 2, 2024
2 parents f68f79d + 9233070 commit 3235c70
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 @@ -17,8 +17,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 0
appMinor uint = 3
appPatch uint = 1
appMinor uint = 4
appPatch uint = 0

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

0 comments on commit 3235c70

Please sign in to comment.