We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7f41c commit 2ce3069Copy full SHA for 2ce3069
2 files changed
cmd/btcctl/version.go
@@ -17,7 +17,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
17
// versioning 2.0.0 spec (http://semver.org/).
18
const (
19
appMajor uint = 0
20
- appMinor uint = 22
+ appMinor uint = 23
21
appPatch uint = 0
22
23
// appPreRelease MUST only contain characters from semanticAlphabet
version.go
0 commit comments