Skip to content

Commit

Permalink
build: bump version to v0.15.3-beta.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Oct 14, 2022
1 parent 4c6f9ec commit 34cd2f5
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 @@ -44,11 +44,11 @@ const (
AppMinor uint = 15

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

// 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 34cd2f5

Please sign in to comment.