Skip to content

Commit 1fe4a2c

Browse files
committed
build: bump version to v0.3.2-alpha.rc1
1 parent c792a51 commit 1fe4a2c

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)