Skip to content

Commit a6bbb52

Browse files
committed
Bump version to 2.1.6+release.local.
1 parent d5e3266 commit a6bbb52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2013-2014 The btcsuite developers
2-
// Copyright (c) 2015-2025 The Decred developers
2+
// Copyright (c) 2015-2026 The Decred developers
33
// Use of this source code is governed by an ISC
44
// license that can be found in the LICENSE file.
55

@@ -20,7 +20,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
2020
const (
2121
Major = 2
2222
Minor = 1
23-
Patch = 5
23+
Patch = 6
2424
)
2525

2626
// Integer is an integer encoding of the major.minor.patch version.

0 commit comments

Comments
 (0)