Skip to content

Commit

Permalink
version: bump version to 0.5.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbosworth authored Mar 13, 2020
1 parent 3e8b6aa commit ffb77c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package loop
// Copyright (c) 2013-2017 The btcsuite developers
// Copyright (c) 2015-2016 The Decred developers
// Heavily inspired by https://github.com/btcsuite/btcd/blob/master/version.go
// Copyright (C) 2015-2019 The Lightning Network Developers
// Copyright (C) 2015-2020 The Lightning Network Developers

import (
"bytes"
Expand All @@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 5
appPatch uint = 0
appPatch uint = 1

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

0 comments on commit ffb77c4

Please sign in to comment.