build: bump version to v0.19.99

This commit is contained in:
Olaoluwa Osuntokun
2025-06-11 12:01:51 -07:00
parent c33fbfb3e7
commit da8d2257fd

View File

@@ -47,7 +47,7 @@ const (
AppMinor uint = 19
// AppPatch defines the application patch for this binary.
AppPatch uint = 0
AppPatch uint = 99
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.