Skip to content

Commit

Permalink
Merge pull request #1860 from Roasbeef/version-bump-23
Browse files Browse the repository at this point in the history
build: bump version to v0.23
  • Loading branch information
Roasbeef committed Jun 2, 2022
2 parents fd7f41c + 2ce3069 commit b5fb9b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/btcctl/version.go
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 = 23
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet
Expand Down
2 changes: 1 addition & 1 deletion version.go
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 = 23
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet
Expand Down

0 comments on commit b5fb9b0

Please sign in to comment.