Skip to content

Commit 5ea7232

Browse files
authored
Merge pull request #9811 from lightningnetwork/0-19-rc-5
build: bump version to v0.19.0-beta.rc5
2 parents 71dbc18 + 1e8fcc5 commit 5ea7232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ const (
4747
AppMinor uint = 19
4848

4949
// AppPatch defines the application patch for this binary.
50-
AppPatch uint = 00
50+
AppPatch uint = 0
5151

5252
// AppPreRelease MUST only contain characters from semanticAlphabet per
5353
// the semantic versioning spec.
54-
AppPreRelease = "beta.rc4"
54+
AppPreRelease = "beta.rc5"
5555
)
5656

5757
func init() {

0 commit comments

Comments
 (0)