mirror of
https://github.com/btcsuite/btcd.git
synced 2025-01-19 05:33:36 +01:00
build: bump version to v0.23.1
Includes: * A fix in the RPC server: https://github.com/btcsuite/btcd/pull/1862 * Rolling back a breaking change fromteh PoV of the rpcclient: https://github.com/btcsuite/btcd/pull/1844
This commit is contained in:
parent
8fc2d707f6
commit
e6f6ba4593
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user