Skip to content

Commit 2ce3069

Browse files
committed
build: bump version to v0.23.0
1 parent fd7f41c commit 2ce3069

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/btcctl/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1717
// versioning 2.0.0 spec (http://semver.org/).
1818
const (
1919
appMajor uint = 0
20-
appMinor uint = 22
20+
appMinor uint = 23
2121
appPatch uint = 0
2222

2323
// appPreRelease MUST only contain characters from semanticAlphabet

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1717
// versioning 2.0.0 spec (http://semver.org/).
1818
const (
1919
appMajor uint = 0
20-
appMinor uint = 22
20+
appMinor uint = 23
2121
appPatch uint = 0
2222

2323
// appPreRelease MUST only contain characters from semanticAlphabet

0 commit comments

Comments
 (0)