build: bump version to v0.14.0-beta.rc3

This commit is contained in:
Olaoluwa Osuntokun
2021-11-08 18:28:02 -08:00
parent c28b26935c
commit 1abe1da5b3

View File

@ -48,7 +48,7 @@ const (
// AppPreRelease MUST only contain characters from semanticAlphabet // AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec. // per the semantic versioning spec.
AppPreRelease = "beta.rc2" AppPreRelease = "beta.rc3"
) )
func init() { func init() {