Skip to content

Commit

Permalink
Bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 18, 2024
1 parent 41a3aed commit ac6b2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func main() {
kong.Name("is"),
kong.Description("an inspector for your environment"),
kong.UsageOnError(),
kong.Vars{"version": "0.5.1"},
kong.Vars{"version": "0.5.2"},
)

// Run kongplete.Complete to handle completion requests
Expand Down

0 comments on commit ac6b2cd

Please sign in to comment.