Skip to content

Commit

Permalink
Merge pull request #8995 from Roasbeef/0-18-3-branch-rc1
Browse files Browse the repository at this point in the history
build: bump to v0.18.3-beta.rc1
  • Loading branch information
Roasbeef committed Aug 9, 2024
2 parents 57a5e49 + 7c2cf49 commit 8d5f66b
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 = 18

// AppPatch defines the application patch for this binary.
AppPatch uint = 00
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 8d5f66b

Please sign in to comment.