Skip to content

Commit

Permalink
Merge pull request #8701 from Roasbeef/0-18-branch
Browse files Browse the repository at this point in the history
build: bump version to v0.18.0-beta.rc1
  • Loading branch information
Roasbeef committed Apr 27, 2024
2 parents b92216e + 3b6103d commit ded995a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit ded995a

Please sign in to comment.