Skip to content

Commit 14f7b06

Browse files
committed
release: Bump for 2.2 release cycle.
1 parent 8f571ec commit 14f7b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/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-2024 The Decred developers
2+
// Copyright (c) 2015-2025 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

@@ -57,7 +57,7 @@ var (
5757
// the package will panic at runtime. Of particular note is the pre-release
5858
// and build metadata portions MUST only contain characters from
5959
// semanticAlphabet.
60-
Version = "2.1.0-pre"
60+
Version = "2.2.0-pre"
6161

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

0 commit comments

Comments
 (0)