Skip to content

Commit 7033423

Browse files
committed
version: update to v0.7.1-rc1
1 parent f6ec136 commit 7033423

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ const (
4545
AppMinor uint = 7
4646

4747
// AppPatch defines the application patch for this binary.
48-
AppPatch uint = 0
48+
AppPatch uint = 1
4949

5050
// AppStatus defines the release status of this binary (e.g. beta).
5151
AppStatus = "alpha"
5252

5353
// AppPreRelease defines the pre-release version of this binary.
5454
// It MUST only contain characters from the semantic versioning spec.
55-
AppPreRelease = ""
55+
AppPreRelease = "rc1"
5656

5757
// GitTagIncludeStatus indicates whether the status should be included
5858
// in the git tag name.

0 commit comments

Comments
 (0)