Skip to content

Commit 845f72c

Browse files
authored
Merge pull request #292 from lightninglabs/v0.9.0-beta
version: bump to 0.9.0-beta
2 parents 98bdbcd + 3f19874 commit 845f72c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2222
// versioning 2.0.0 spec (http://semver.org/).
2323
const (
2424
appMajor uint = 0
25-
appMinor uint = 8
26-
appPatch uint = 1
25+
appMinor uint = 9
26+
appPatch uint = 0
2727

2828
// appPreRelease MUST only contain characters from semanticAlphabet per
2929
// the semantic versioning spec.

0 commit comments

Comments
 (0)