From 2ce30699532ab4cd75efdace7763ae372a6e8a2e Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 31 May 2022 17:52:31 -0700 Subject: [PATCH] build: bump version to v0.23.0 --- cmd/btcctl/version.go | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/btcctl/version.go b/cmd/btcctl/version.go index edb42dbe7d..a09cc10b68 100644 --- a/cmd/btcctl/version.go +++ b/cmd/btcctl/version.go @@ -17,7 +17,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr // versioning 2.0.0 spec (http://semver.org/). const ( appMajor uint = 0 - appMinor uint = 22 + appMinor uint = 23 appPatch uint = 0 // appPreRelease MUST only contain characters from semanticAlphabet diff --git a/version.go b/version.go index d6ff9171aa..cc0a6502c0 100644 --- a/version.go +++ b/version.go @@ -17,7 +17,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr // versioning 2.0.0 spec (http://semver.org/). const ( appMajor uint = 0 - appMinor uint = 22 + appMinor uint = 23 appPatch uint = 0 // appPreRelease MUST only contain characters from semanticAlphabet