build: bump version to v0.17.3-beta

This commit is contained in:
Olaoluwa Osuntokun
2023-12-05 16:37:53 -08:00
parent d5b05d6930
commit 13aa7f9924

View File

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