build: bump version to v0.17.5-beta

This commit is contained in:
Olaoluwa Osuntokun 2024-04-18 15:37:31 -07:00
parent 5ebc9423e3
commit f8211a2c3b
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

View File

@ -43,7 +43,7 @@ const (
AppMinor uint = 17
// AppPatch defines the application patch for this binary.
AppPatch uint = 4
AppPatch uint = 5
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.