Skip to content

Commit

Permalink
release: Bump for 2.0 release cycle.
Browse files Browse the repository at this point in the history
The upcoming release will be version 2.0.0, so this bumps the
development version accordingly.
  • Loading branch information
davecgh committed May 14, 2024
1 parent c780e64 commit 9eb65e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2013-2014 The btcsuite developers
// Copyright (c) 2015-2021 The Decred developers
// Copyright (c) 2015-2024 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

Expand Down Expand Up @@ -56,7 +56,7 @@ var (
// the package will panic at runtime. Of particular note is the pre-release
// and build metadata portions MUST only contain characters from
// semanticAlphabet.
Version = "1.9.0-pre"
Version = "2.0.0-pre"

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

0 comments on commit 9eb65e2

Please sign in to comment.