Skip to content

Commit

Permalink
Merge pull request #1863 from Roasbeef/version-bump-23-1
Browse files Browse the repository at this point in the history
build: bump version to v0.23.1
  • Loading branch information
Roasbeef committed Jun 7, 2022
2 parents 8fc2d70 + e6f6ba4 commit 04aac1e
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 @@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 23
appPatch uint = 0
appPatch uint = 1

// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
Expand Down
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 23
appPatch uint = 0
appPatch uint = 1

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

0 comments on commit 04aac1e

Please sign in to comment.