We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f571ec commit 14f7b06Copy full SHA for 14f7b06
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.0-pre"
+ Version = "2.2.0-pre"
61
62
// NOTE: The following values are set via init by parsing the above Version
63
// string.
0 commit comments