Skip to content

Commit 5b93319

Browse files
committed
build: bump version to v0.19 rc1
1 parent 66077b1 commit 5b93319

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ const (
4444
AppMajor uint = 0
4545

4646
// AppMinor defines the minor version of this binary.
47-
AppMinor uint = 18
47+
AppMinor uint = 19
4848

4949
// AppPatch defines the application patch for this binary.
50-
AppPatch uint = 99
50+
AppPatch uint = 00
5151

5252
// AppPreRelease MUST only contain characters from semanticAlphabet per
5353
// the semantic versioning spec.
54-
AppPreRelease = "beta"
54+
AppPreRelease = "beta.rc1"
5555
)
5656

5757
func init() {

0 commit comments

Comments
 (0)