From abeb1da0ce6ab4f0ac06e18232ef6e3272baa0ee Mon Sep 17 00:00:00 2001 From: jholdstock Date: Wed, 27 Sep 2023 08:48:00 +0100 Subject: [PATCH] [release-v1.3] Release version 1.3.1 --- internal/version/version.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/version/version.go b/internal/version/version.go index 2238348..e8ce625 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2025 The Decred developers +// Copyright (c) 2020 The Decred developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. @@ -18,8 +18,8 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst // Constants defining the application version number. const ( major = 1 - minor = 4 - patch = 0 + minor = 3 + patch = 1 ) // preRelease contains the prerelease name of the application. It is a variable