build: bump version to v0.17.4-beta.rc1

This commit is contained in:
Olaoluwa Osuntokun 2024-01-23 15:36:29 -08:00
parent 2859a5a16d
commit 08cb77c415
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

View File

@ -43,11 +43,11 @@ const (
AppMinor uint = 17
// AppPatch defines the application patch for this binary.
AppPatch uint = 3
AppPatch uint = 4
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
AppPreRelease = "beta"
AppPreRelease = "beta.rc1"
)
func init() {