We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d23e17 commit 0e4fb54Copy full SHA for 0e4fb54
1 file changed
src/cli.rs
@@ -2,7 +2,7 @@ use clap::{Parser, Subcommand};
2
3
#[derive(Parser, Debug)]
4
#[command(name = "apphatch")]
5
-#[command(version = "0.1.0")]
+#[command(version = "0.1.2")]
6
#[command(author = "CCXLV")]
7
#[command(about = "Installs AppImages easily")]
8
pub struct Cli {
0 commit comments