Skip to content

Commit

Permalink
Merge pull request #292 from lightninglabs/v0.9.0-beta
Browse files Browse the repository at this point in the history
version: bump to 0.9.0-beta
  • Loading branch information
alexbosworth authored Sep 10, 2020
2 parents 98bdbcd + 3f19874 commit 845f72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 0
appMinor uint = 8
appPatch uint = 1
appMinor uint = 9
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
Expand Down

0 comments on commit 845f72c

Please sign in to comment.