Skip to content

Commit

Permalink
Merge pull request #8035 from Roasbeef/0-17-rc5
Browse files Browse the repository at this point in the history
build: bump version to v0.17.0 rc5
  • Loading branch information
Roasbeef authored Sep 26, 2023
2 parents 01a05fd + f63a2b9 commit 1ebfe95
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 @@ -45,9 +45,9 @@ const (
// AppPatch defines the application patch for this binary.
AppPatch uint = 0

// AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
AppPreRelease = "beta.rc4"
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
AppPreRelease = "beta.rc5"
)

func init() {
Expand Down

0 comments on commit 1ebfe95

Please sign in to comment.