Skip to content

Commit

Permalink
Merge pull request #200 from kcalvinalvin/2024-09-02-bump-version-1
Browse files Browse the repository at this point in the history
blockchain: bump version
  • Loading branch information
kcalvinalvin authored Sep 3, 2024
2 parents ad04fea + df14c6c commit 7561e6d
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 @@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 4
appPatch uint = 0
appPatch uint = 1

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

0 comments on commit 7561e6d

Please sign in to comment.