Skip to content

Commit

Permalink
build: bump version to v0.3.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Oct 12, 2023
1 parent d78e93b commit 9c66fa1
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 @@ -42,10 +42,10 @@ const (
AppMajor uint = 0

// AppMinor defines the minor version of this binary.
AppMinor uint = 2
AppMinor uint = 3

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

// AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
Expand Down

0 comments on commit 9c66fa1

Please sign in to comment.