Skip to content

Commit 5273097

Browse files
authored
Merge pull request #169 from lightninglabs/v0.5.1-beta
version: bump version to 0.5.1-beta
2 parents 3e8b6aa + ffb77c4 commit 5273097

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
@@ -3,7 +3,7 @@ package loop
33
// Copyright (c) 2013-2017 The btcsuite developers
44
// Copyright (c) 2015-2016 The Decred developers
55
// Heavily inspired by https://github.com/btcsuite/btcd/blob/master/version.go
6-
// Copyright (C) 2015-2019 The Lightning Network Developers
6+
// Copyright (C) 2015-2020 The Lightning Network Developers
77

88
import (
99
"bytes"
@@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2323
const (
2424
appMajor uint = 0
2525
appMinor uint = 5
26-
appPatch uint = 0
26+
appPatch uint = 1
2727

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

0 commit comments

Comments
 (0)