Skip to content

Commit

Permalink
build: bump version to v0.18.0-beta.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Apr 27, 2024
1 parent b92216e commit 3b6103d
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 3b6103d

Please sign in to comment.