We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3845bde + 0ed99e2 commit e734d69Copy full SHA for e734d69
version.go
@@ -3,7 +3,7 @@ package loop
3
// Copyright (c) 2013-2017 The btcsuite developers
4
// Copyright (c) 2015-2016 The Decred developers
5
// Heavily inspired by https://github.com/btcsuite/btcd/blob/master/version.go
6
-// Copyright (C) 2015-2024 The Lightning Network Developers
+// Copyright (C) 2015-2025 The Lightning Network Developers
7
8
import (
9
"bytes"
@@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
26
const (
27
// Note: please update release_notes.md when you change these values.
28
appMajor uint = 0
29
- appMinor uint = 29
30
- appPatch uint = 1
+ appMinor uint = 30
+ appPatch uint = 0
31
32
// appPreRelease MUST only contain characters from semanticAlphabet per
33
// the semantic versioning spec.
0 commit comments