Skip to content

Commit adda56d

Browse files
authored
Merge pull request #10511 from lightningnetwork/v0-20-1-rc1
build: bump version to v0.20.1 rc1
2 parents 40d8b47 + a8b00fc commit adda56d

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 = 20
4848

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

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

5757
func init() {

0 commit comments

Comments
 (0)