Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump deps oct 2023 #469

Merged
merged 12 commits into from
Oct 18, 2023
Prev Previous commit
Next Next commit
feat(convco): bump to v0.4.3
  • Loading branch information
odsod committed Oct 18, 2023
commit 25fb04c3f476300575f7db6597c0024f68174b75
2 changes: 1 addition & 1 deletion tools/sgconvco/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
name = "convco"
version = "0.4.0"
version = "0.4.3"
)

func Command(ctx context.Context, args ...string) *exec.Cmd {
Expand Down