Skip to content

Commit

Permalink
chore: Bump up version number to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Feb 19, 2024
1 parent 1947393 commit f3996a3
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 @@ -26,7 +26,7 @@ var RootCmd = &cobra.Command{
Use: "geminicommit",
Short: "A CLI that writes your git commit messages for you with Google Gemini AI ",
Long: `A CLI that writes your git commit messages for you with Google Gemini AI `,
Version: "0.0.1",
Version: "0.0.2",
// Uncomment the following line if your bare application
// has an action associated with it:
Run: rootHandler.RootCommand(stageAll),
Expand Down

0 comments on commit f3996a3

Please sign in to comment.