Skip to content

Commit e6f6ba4

Browse files
committed
build: bump version to v0.23.1
Includes: * A fix in the RPC server: #1862 * Rolling back a breaking change fromteh PoV of the rpcclient: #1844
1 parent 8fc2d70 commit e6f6ba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/btcctl/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1818
const (
1919
appMajor uint = 0
2020
appMinor uint = 23
21-
appPatch uint = 0
21+
appPatch uint = 1
2222

2323
// appPreRelease MUST only contain characters from semanticAlphabet
2424
// per the semantic versioning spec.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1818
const (
1919
appMajor uint = 0
2020
appMinor uint = 23
21-
appPatch uint = 0
21+
appPatch uint = 1
2222

2323
// appPreRelease MUST only contain characters from semanticAlphabet
2424
// per the semantic versioning spec.

0 commit comments

Comments
 (0)