File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
88import (
99 "bytes"
@@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626const (
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.
You can’t perform that action at this time.
0 commit comments