Skip to content

Commit

Permalink
Bump to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nwchandler committed May 31, 2023
1 parent aa7ebcb commit 74662c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (
var (
// version is the main version number that is being run at the moment.
// version must be of the format <MAJOR>.<MINOR>.<PATCH>, as described in the semantic versioning specification.
version = "0.5.0"
version = "0.5.1"

// prerelease is a pre-release marker for the version. If this is "" (empty string) then it means that
// it is a final release. Otherwise, this is a pre-release such as "dev" (in development),
Expand Down

0 comments on commit 74662c9

Please sign in to comment.