From 17f78fdbb2dffaeaafa02fe474632b899cce97ac Mon Sep 17 00:00:00 2001 From: FlareFlo Date: Thu, 22 Aug 2024 22:39:00 +0200 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4973ac..91829a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1096,7 +1096,7 @@ dependencies = [ [[package]] name = "wt_ext_cli" -version = "0.5.8" +version = "0.5.9" dependencies = [ "atty", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0c3b6d9..ed79178 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wt_ext_cli" -version = "0.5.8" +version = "0.5.9" edition = "2021" license = "Apache-2.0" repository = "https://github.com/Warthunder-Open-Source-Foundation/wt_ext_cli"