Skip to content

Commit 7c2cf49

Browse files
committed
build: bump to v0.18.3-beta.rc1
1 parent 57a5e49 commit 7c2cf49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ const (
4343
AppMinor uint = 18
4444

4545
// AppPatch defines the application patch for this binary.
46-
AppPatch uint = 00
46+
AppPatch uint = 3
4747

4848
// AppPreRelease MUST only contain characters from semanticAlphabet per
4949
// the semantic versioning spec.
50-
AppPreRelease = "beta"
50+
AppPreRelease = "beta.rc1"
5151
)
5252

5353
func init() {

0 commit comments

Comments
 (0)