Skip to content

Commit

Permalink
version: bump version to 0.5.1 (hemilabs#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing authored Oct 24, 2024
1 parent 57f808a commit c8cc268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
// GoReleaser for releases.
var (
Major = "0"
Minor = "3"
Patch = "0"
Minor = "5"
Patch = "1"
)

// PreRelease contains the prerelease name of the application. It is a variable,
Expand Down

0 comments on commit c8cc268

Please sign in to comment.