Skip to content

Commit

Permalink
build: bump version to v0.17.2-beta.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Nov 18, 2023
1 parent 01761ab commit 0aaf144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ const (
AppMinor uint = 17

// AppPatch defines the application patch for this binary.
AppPatch uint = 1
AppPatch uint = 2

// 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 0aaf144

Please sign in to comment.