Skip to content

Commit

Permalink
lnd: update version to have proper pre-release name
Browse files Browse the repository at this point in the history
  • Loading branch information
bretton authored and Roasbeef committed Mar 16, 2018
1 parent b866806 commit 1740c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (

// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
appPreRelease = "alpha"
appPreRelease = "beta"
)

// appBuild is defined as a variable so it can be overridden during the build
Expand Down

0 comments on commit 1740c63

Please sign in to comment.