Skip to content

Commit

Permalink
build: bump version to v0.17.0 rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Sep 26, 2023
1 parent 01a05fd commit f63a2b9
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 f63a2b9

Please sign in to comment.