Skip to content

Commit

Permalink
Merge pull request #181 from kcalvinalvin/2024-05-07-bump-utreexod-ve…
Browse files Browse the repository at this point in the history
…rsion

main: bump version to 0.3.1
  • Loading branch information
kcalvinalvin committed May 7, 2024
2 parents 561a5d1 + 55952cb commit 07cbc89
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 = 3
appPatch uint = 0
appPatch uint = 1

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

0 comments on commit 07cbc89

Please sign in to comment.