[release-v1.3] Release version 1.3.1

This commit is contained in:
jholdstock 2023-09-27 08:48:00 +01:00 committed by stakeynet
parent d190a83b6f
commit abeb1da0ce

View File

@ -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 // Use of this source code is governed by an ISC
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
@ -18,8 +18,8 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
// Constants defining the application version number. // Constants defining the application version number.
const ( const (
major = 1 major = 1
minor = 4 minor = 3
patch = 0 patch = 1
) )
// preRelease contains the prerelease name of the application. It is a variable // preRelease contains the prerelease name of the application. It is a variable