From 3d4d27280b43207c2891b733a3d33fdfb411b555 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 14 May 2024 12:50:26 -0500 Subject: [PATCH] release: Bump for 2.0 release cycle. The upcoming release will be version 2.0.0, so this bumps the development version accordingly. --- internal/version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/version/version.go b/internal/version/version.go index 2bc025ee4f..9b27ff735d 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -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. @@ -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.