Skip to content

Commit

Permalink
cmd/utreexoctl: bump version
Browse files Browse the repository at this point in the history
Bump version as new feature `getbeststate command was added`.
  • Loading branch information
kcalvinalvin committed May 1, 2024
1 parent 1faf37b commit 7de71f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utreexoctl/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 = 1
appMinor uint = 2
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet
Expand Down

0 comments on commit 7de71f5

Please sign in to comment.