build: bump version to v0.16.1-beta
Some checks failed
Docker image build / main (push) Has been cancelled
Release build / Release build (push) Has been cancelled

This commit is contained in:
Olaoluwa Osuntokun 2023-04-24 13:09:38 -05:00
parent a82192efb7
commit fb765fdb1d
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

View File

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