We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fc2d70 + e6f6ba4 commit 04aac1eCopy full SHA for 04aac1e
cmd/btcctl/version.go
@@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
18
const (
19
appMajor uint = 0
20
appMinor uint = 23
21
- appPatch uint = 0
+ appPatch uint = 1
22
23
// appPreRelease MUST only contain characters from semanticAlphabet
24
// per the semantic versioning spec.
version.go
0 commit comments