From 28b3d4b5830fddc500680759097e2fdc903b7c18 Mon Sep 17 00:00:00 2001 From: jholdstock Date: Thu, 27 Nov 2025 09:37:51 +0000 Subject: [PATCH] version: Bump to 1.5.0-pre --- internal/version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/version/version.go b/internal/version/version.go index b16e1004..a35f28bf 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 The Decred developers +// Copyright (c) 2020-2025 The Decred developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. @@ -18,7 +18,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst // Constants defining the application version number. const ( major = 1 - minor = 4 + minor = 5 patch = 0 )