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

Update version info

parent cad66183
No related branches found
Tags v0.5.0
No related merge requests found
Pipeline #332 passed with stages
in 1 minute and 55 seconds
...@@ -174,7 +174,7 @@ dependencies = [ ...@@ -174,7 +174,7 @@ dependencies = [
[[package]] [[package]]
name = "crunch" name = "crunch"
version = "0.4.0" version = "0.5.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
......
[package] [package]
name = "crunch" name = "crunch"
version = "0.4.0" version = "0.5.0"
edition = "2021" edition = "2021"
license = "GPL-3" license = "GPL-3"
......
...@@ -11,7 +11,7 @@ use crate::load_image; ...@@ -11,7 +11,7 @@ use crate::load_image;
#[derive(Parser, Debug, Clone, Serialize, Deserialize)] #[derive(Parser, Debug, Clone, Serialize, Deserialize)]
#[clap(name = "crunch")] #[clap(name = "crunch")]
#[clap(author = "Louis Capitanchik <louis@microhacks.co.uk>")] #[clap(author = "Louis Capitanchik <louis@microhacks.co.uk>")]
#[clap(version = "0.5.0-beta.1")] #[clap(version = "0.5.0")]
#[clap(about, long_about = None)] #[clap(about, long_about = None)]
#[serde(tag = "command", content = "params")] #[serde(tag = "command", content = "params")]
pub enum Args { 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