Skip to content

Commit ca3d65a

Browse files
authored
Merge pull request #99 from lightninglabs/0-2-0-alpha-rc1
version: bump version to v0.2.0-alpha.rc1
2 parents ec182cf + 2dfbc4d commit ca3d65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const (
4949

5050
// AppPreRelease MUST only contain characters from semanticAlphabet
5151
// per the semantic versioning spec.
52-
AppPreRelease = "alpha"
52+
AppPreRelease = "alpha.rc1"
5353

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

0 commit comments

Comments
 (0)