Skip to content

Commit 3bf179a

Browse files
committed
build: bump version to v0.16.4 rc1
1 parent 8dcd852 commit 3bf179a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ const (
4343
AppMinor uint = 16
4444

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

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

5353
func init() {

0 commit comments

Comments
 (0)