Skip to content

Commit

Permalink
Merge pull request #9088 from Roasbeef/0-18-3-branch
Browse files Browse the repository at this point in the history
build: bump version to v0.18.3
  • Loading branch information
guggero committed Sep 11, 2024
2 parents 4f40e43 + 6eea5f3 commit d72a3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (

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

func init() {
Expand Down

0 comments on commit d72a3aa

Please sign in to comment.