Skip to content

Commit e6b0516

Browse files
authored
Merge pull request #653 from Roasbeef/v0-3-1-rc1
build: bump version to v0.3.1-alpha.rc1
2 parents c3718c0 + 80360e9 commit e6b0516

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
@@ -45,11 +45,11 @@ const (
4545
AppMinor uint = 3
4646

4747
// AppPatch defines the application patch for this binary.
48-
AppPatch uint = 0
48+
AppPatch uint = 1
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)