Skip to content

Commit ca14e24

Browse files
chore: update CLI version to 0.1.1
1 parent e30785c commit ca14e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use clap::{Parser, Subcommand};
33
#[derive(Parser)]
44
#[command(name = "gyst")]
55
#[command(author = "Varun V")]
6-
#[command(version = "0.1.0")]
6+
#[command(version = "0.1.1")]
77
#[command(about = "AI-powered Git commit assistant", long_about = None)]
88
pub struct Cli {
99
#[command(subcommand)]

0 commit comments

Comments
 (0)