build: bump version to v0.13.99

A version bump to indicate that master is currently in-between major
versions.
This commit is contained in:
Olaoluwa Osuntokun 2021-06-18 14:04:05 -07:00
parent 725ff10480
commit 6c7fb7c20a
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

View File

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