Skip to content
Snippets Groups Projects
Verified Commit bee6ef6e authored by Louis's avatar Louis :fire:
Browse files

Bump Version

parent 7a1b0355
No related branches found
No related tags found
No related merge requests found
[package]
name = "crunch-cli"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
homepage = "https://microhacks.lcr.app/crunch/"
......
......@@ -13,7 +13,7 @@ use crate::load_image;
#[derive(Parser, Debug, Clone, Serialize, Deserialize)]
#[clap(name = "crunch")]
#[clap(author = "Louis Capitanchik <louis@microhacks.co.uk>")]
#[clap(version = "0.5.1")]
#[clap(version = "0.7.0")]
#[clap(about, long_about = None)]
#[serde(tag = "command", content = "params")]
pub enum Args {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment