Skip to content

Commit

Permalink
build: bump version to v0.24.2-beta.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Mar 9, 2024
1 parent f0ec9fb commit aee2705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 24
appPatch uint = 1
appPatch uint = 2

// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
appPreRelease = "beta"
appPreRelease = "beta.rc1"
)

// appBuild is defined as a variable so it can be overridden during the build
Expand Down

0 comments on commit aee2705

Please sign in to comment.