Skip to content

Commit

Permalink
Merge pull request #7447 from Roasbeef/v0-16-0-branch-rc1
Browse files Browse the repository at this point in the history
build: bump version to v0.16.0-rc1
  • Loading branch information
guggero authored Feb 24, 2023
2 parents 9f1daf3 + 036a014 commit 73596ce
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 = 15
AppMinor uint = 16

// AppPatch defines the application patch for this binary.
AppPatch uint = 99
AppPatch uint = 0

// 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 73596ce

Please sign in to comment.