Skip to content

Commit 51df3e5

Browse files
authored
Merge pull request #7546 from guggero/lnd-0-16-0-final
build: bump to version v0.16.0-beta final
2 parents 8dc409e + 218cff4 commit 51df3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747

4848
// AppPreRelease MUST only contain characters from semanticAlphabet
4949
// per the semantic versioning spec.
50-
AppPreRelease = "beta.rc5"
50+
AppPreRelease = "beta"
5151
)
5252

5353
func init() {

0 commit comments

Comments
 (0)