Skip to content

Commit

Permalink
build: bump version to v0.23.1
Browse files Browse the repository at this point in the history
Includes:
  * A fix in the RPC server: btcsuite#1862
  * Rolling back a breaking change fromteh PoV of the rpcclient: btcsuite#1844
  • Loading branch information
Roasbeef committed Jun 6, 2022
1 parent 8fc2d70 commit e6f6ba4
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 e6f6ba4

Please sign in to comment.