We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e8b6aa + ffb77c4 commit 5273097Copy full SHA for 5273097
version.go
@@ -3,7 +3,7 @@ package loop
3
// Copyright (c) 2013-2017 The btcsuite developers
4
// Copyright (c) 2015-2016 The Decred developers
5
// Heavily inspired by https://github.com/btcsuite/btcd/blob/master/version.go
6
-// Copyright (C) 2015-2019 The Lightning Network Developers
+// Copyright (C) 2015-2020 The Lightning Network Developers
7
8
import (
9
"bytes"
@@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
23
const (
24
appMajor uint = 0
25
appMinor uint = 5
26
- appPatch uint = 0
+ appPatch uint = 1
27
28
// appPreRelease MUST only contain characters from semanticAlphabet per
29
// the semantic versioning spec.
0 commit comments