From 229696a2ddcc470f114d392db83c1647ebb34f64 Mon Sep 17 00:00:00 2001 From: 29 <791603901@qq.com> Date: Wed, 11 Sep 2024 20:39:22 +0800 Subject: [PATCH] v1.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3c4de5..26e3431 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -633,7 +633,7 @@ checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" [[package]] name = "gitops-cli" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 327d775..790ecd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitops-cli" authors = ["29 <791603901@qq.com>"] -version = "1.1.0" +version = "1.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html