Skip to content

Commit

Permalink
fix: restore correct tool version
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <[email protected]>
  • Loading branch information
Andreagit97 committed Jul 23, 2024
1 parent 7d7dbe6 commit c79d2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Version struct {

var toolVersion = Version{
Major: 0,
Minor: 2,
Minor: 1,
Patch: 0,
}

Expand Down

0 comments on commit c79d2da

Please sign in to comment.