Skip to content

Commit

Permalink
Merge pull request #68 from lightninglabs/alexbosworth-patch-7
Browse files Browse the repository at this point in the history
version: bump version to 2.0.1
  • Loading branch information
Roasbeef committed Jul 25, 2019
2 parents e8d696e + bf3c579 commit 6da8494
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 = 2
appPatch uint = 0
appPatch uint = 1

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

0 comments on commit 6da8494

Please sign in to comment.