There was an error while loading. Please reload this page.
1 parent d5e3266 commit a6bbb52Copy full SHA for a6bbb52
1 file changed
version/version.go
@@ -1,5 +1,5 @@
1
// Copyright (c) 2013-2014 The btcsuite developers
2
-// Copyright (c) 2015-2025 The Decred developers
+// Copyright (c) 2015-2026 The Decred developers
3
// Use of this source code is governed by an ISC
4
// license that can be found in the LICENSE file.
5
@@ -20,7 +20,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
20
const (
21
Major = 2
22
Minor = 1
23
- Patch = 5
+ Patch = 6
24
)
25
26
// Integer is an integer encoding of the major.minor.patch version.
0 commit comments