Skip to content

Commit e734d69

Browse files
authored
Merge pull request #909 from lightninglabs/alexbosworth-patch-9
version: bump version to v0.30.0-beta
2 parents 3845bde + 0ed99e2 commit e734d69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package loop
33
// Copyright (c) 2013-2017 The btcsuite developers
44
// Copyright (c) 2015-2016 The Decred developers
55
// Heavily inspired by https://github.com/btcsuite/btcd/blob/master/version.go
6-
// Copyright (C) 2015-2024 The Lightning Network Developers
6+
// Copyright (C) 2015-2025 The Lightning Network Developers
77

88
import (
99
"bytes"
@@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626
const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
29-
appMinor uint = 29
30-
appPatch uint = 1
29+
appMinor uint = 30
30+
appPatch uint = 0
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per
3333
// the semantic versioning spec.

0 commit comments

Comments
 (0)