Merge pull request #8701 from Roasbeef/0-18-branch

build: bump version to v0.18.0-beta.rc1
This commit is contained in:
Olaoluwa Osuntokun 2024-04-26 19:45:41 -07:00 committed by GitHub
commit ded995a843
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,14 +40,14 @@ const (
AppMajor uint = 0
// AppMinor defines the minor version of this binary.
AppMinor uint = 17
AppMinor uint = 18
// AppPatch defines the application patch for this binary.
AppPatch uint = 99
AppPatch uint = 00
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
AppPreRelease = "beta"
AppPreRelease = "beta.rc1"
)
func init() {