build: bump version to v0.12.0-beta.rc4

This commit is contained in:
Olaoluwa Osuntokun
2021-01-07 15:57:55 -08:00
parent 6e6384114c
commit c6fe36465b

View File

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