Skip to content

Commit 8c8046a

Browse files
committed
[release-v2.1] release: Bump for 2.1.4.
1 parent 44b34b3 commit 8c8046a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

@@ -54,7 +54,7 @@ var (
5454
// the app will panic at runtime. Of particular note is the pre-release
5555
// and build metadata portions MUST only contain characters from
5656
// semanticAlphabet.
57-
Version = "2.1.3+release.local"
57+
Version = "2.1.4+release.local"
5858

5959
// NOTE: The following values are set via init by parsing the above Version
6060
// string.

0 commit comments

Comments
 (0)