Skip to content

Commit ac09613

Browse files
authored
Merge pull request #188 from lightninglabs/v0.6.0-beta
version: bump version to 0.6.0-beta
2 parents 350b40f + 659ad8b commit ac09613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.go

Lines changed: 2 additions & 2 deletions
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 = 5
26-
appPatch uint = 1
25+
appMinor uint = 6
26+
appPatch uint = 0
2727

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

0 commit comments

Comments
 (0)