Skip to content

Commit

Permalink
Merge pull request #227 from lightninglabs/v0.6.4-beta
Browse files Browse the repository at this point in the history
version: bump to v0.6.4-beta
  • Loading branch information
alexbosworth authored Jun 12, 2020
2 parents b247e73 + 0a99de3 commit efcf5ee
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 semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 6
appPatch uint = 3
appPatch uint = 4

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

0 comments on commit efcf5ee

Please sign in to comment.