Skip to content

Commit 8d5f66b

Browse files
authored
Merge pull request #8995 from Roasbeef/0-18-3-branch-rc1
build: bump to v0.18.3-beta.rc1
2 parents 57a5e49 + 7c2cf49 commit 8d5f66b

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)