Skip to content

Commit 61eeefb

Browse files
authored
Merge pull request #688 from Roasbeef/0-3-2-branch-rc1
build: bump version to v0.3.2-alpha.rc1
2 parents c792a51 + 1fe4a2c commit 61eeefb

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 = 1
48+
AppPatch uint = 2
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)