Skip to content

Commit

Permalink
build: bump version to v0.16.4 rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Jun 22, 2023
1 parent 8dcd852 commit 3bf179a
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 = 16

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

// 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 3bf179a

Please sign in to comment.