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

This commit is contained in:
Olaoluwa Osuntokun 2021-05-19 18:24:30 -07:00
parent f5ee874a0b
commit 7716175454
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

@ -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() {