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