We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b34b3 commit 8c8046aCopy full SHA for 8c8046a
1 file changed
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
@@ -54,7 +54,7 @@ var (
54
// the app will panic at runtime. Of particular note is the pre-release
55
// and build metadata portions MUST only contain characters from
56
// semanticAlphabet.
57
- Version = "2.1.3+release.local"
+ Version = "2.1.4+release.local"
58
59
// NOTE: The following values are set via init by parsing the above Version
60
// string.
0 commit comments