build: bump version to v0.24.2-beta

This commit is contained in:
Olaoluwa Osuntokun 2024-06-20 15:35:00 -07:00
parent 93e729194e
commit cc4b27cdd9

View File

@ -22,7 +22,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.rc1" appPreRelease = "beta"
) )
// appBuild is defined as a variable so it can be overridden during the build // appBuild is defined as a variable so it can be overridden during the build