Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
update gokart version to v0.5.1 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
praetorian-harry committed Sep 22, 2022
1 parent 4d19b6d commit 3d38a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/version.go
Expand Up @@ -38,8 +38,8 @@ var (
// Update the version information here.
versionInfo = &Version{
Major: 0,
Minor: 4,
Patch: 0,
Minor: 5,
Patch: 1,
PreRelease: "",
}
versionCmd = &cobra.Command{
Expand Down

0 comments on commit 3d38a9a

Please sign in to comment.