Skip to content

Commit

Permalink
fix: correct version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iton0 committed Nov 1, 2024
1 parent d158ac8 commit f0bd325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var (
Short: "hkup CLI",
Long: `hkup is a management tool for git hooks`,
Args: cobra.MinimumNArgs(1),
Version: "0.1.0",
Version: "0.2.1",
}
)

Expand Down

0 comments on commit f0bd325

Please sign in to comment.