build: bump version to v0.16.1-beta.rc2

This commit is contained in:
Olaoluwa Osuntokun 2023-04-19 20:59:46 -07:00
parent 8c1f9a8e5a
commit 4c10599ae0

View file

@ -43,11 +43,11 @@ const (
AppMinor uint = 16
// AppPatch defines the application patch for this binary.
AppPatch uint = 0
AppPatch uint = 1
// AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
AppPreRelease = "beta.rc3"
AppPreRelease = "beta.rc1"
)
func init() {