We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e293116 commit 90e208eCopy full SHA for 90e208e
1 file changed
internal/version/version.go
@@ -1,4 +1,4 @@
1
-// Copyright (c) 2020 The Decred developers
+// Copyright (c) 2020-2025 The Decred developers
2
// Use of this source code is governed by an ISC
3
// license that can be found in the LICENSE file.
4
@@ -18,7 +18,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
18
// Constants defining the application version number.
19
const (
20
major = 1
21
- minor = 4
+ minor = 5
22
patch = 0
23
)
24
0 commit comments