Skip to content

Commit

Permalink
Merge pull request #399 from lightninglabs/v0.6.0-beta
Browse files Browse the repository at this point in the history
version: bump to v0.6.0-beta
  • Loading branch information
positiveblue authored Oct 27, 2022
2 parents 905219b + e4c6738 commit 4eb4b38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 0
appMinor uint = 5
appPatch uint = 7
appMinor uint = 6
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
appPreRelease = "alpha"
appPreRelease = "beta"

// defaultAgentName is the default name of the software that is added as
// the first part of the user agent string.
Expand Down

0 comments on commit 4eb4b38

Please sign in to comment.