From 8d2ab63e36fd6a58967fa53aa4a1df8b9abe09fd Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 28 Dec 2023 19:01:42 -0800 Subject: [PATCH] build: bump version to btcd v0.24 --- version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.go b/version.go index 19af5b8bd0..d7835910f8 100644 --- a/version.go +++ b/version.go @@ -17,8 +17,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr // versioning 2.0.0 spec (http://semver.org/). const ( appMajor uint = 0 - appMinor uint = 23 - appPatch uint = 3 + appMinor uint = 24 + appPatch uint = 0 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.