Skip to content

Commit 0e4fb54

Browse files
committed
Update version in cli
1 parent 0d23e17 commit 0e4fb54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use clap::{Parser, Subcommand};
22

33
#[derive(Parser, Debug)]
44
#[command(name = "apphatch")]
5-
#[command(version = "0.1.0")]
5+
#[command(version = "0.1.2")]
66
#[command(author = "CCXLV")]
77
#[command(about = "Installs AppImages easily")]
88
pub struct Cli {

0 commit comments

Comments
 (0)