From 83d8f694e3f3b1452641e8e25a2fc9a79be2900f Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Wed, 22 Feb 2023 15:31:28 +0000
Subject: [PATCH] Update version info

---
 Cargo.lock      | 2 +-
 Cargo.toml      | 2 +-
 src/cli_args.rs | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 9285e54..8aa84c6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -174,7 +174,7 @@ dependencies = [
 
 [[package]]
 name = "crunch"
-version = "0.4.0"
+version = "0.5.0"
 dependencies = [
  "anyhow",
  "clap",
diff --git a/Cargo.toml b/Cargo.toml
index c03ac10..d7fe66c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "crunch"
-version = "0.4.0"
+version = "0.5.0"
 edition = "2021"
 
 license = "GPL-3"
diff --git a/src/cli_args.rs b/src/cli_args.rs
index 3ad3417..2b9de39 100644
--- a/src/cli_args.rs
+++ b/src/cli_args.rs
@@ -11,7 +11,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.0-beta.1")]
+#[clap(version = "0.5.0")]
 #[clap(about, long_about = None)]
 #[serde(tag = "command", content = "params")]
 pub enum Args {
-- 
GitLab