Skip to content

Commit 90e208e

Browse files
committed
version: Bump to 1.5.0-pre
1 parent e293116 commit 90e208e

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,4 +1,4 @@
1-
// Copyright (c) 2020 The Decred developers
1+
// Copyright (c) 2020-2025 The Decred developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

@@ -18,7 +18,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
1818
// Constants defining the application version number.
1919
const (
2020
major = 1
21-
minor = 4
21+
minor = 5
2222
patch = 0
2323
)
2424

0 commit comments

Comments
 (0)