We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33fb6c commit dddf550Copy full SHA for dddf550
internal/version/version.go
@@ -1,5 +1,5 @@
1
// Copyright (c) 2013-2014 The btcsuite developers
2
-// Copyright (c) 2015-2024 The Decred developers
+// Copyright (c) 2015-2025 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
@@ -57,7 +57,7 @@ var (
57
// the package will panic at runtime. Of particular note is the pre-release
58
// and build metadata portions MUST only contain characters from
59
// semanticAlphabet.
60
- Version = "2.1.2+release.local"
+ Version = "2.1.3+release.local"
61
62
// NOTE: The following values are set via init by parsing the above Version
63
// string.
0 commit comments