diff --git a/Cargo.lock b/Cargo.lock index e7d9ef9..9891788 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -718,7 +718,7 @@ dependencies = [ [[package]] name = "kufefe" -version = "1.1.0" +version = "1.0.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d2fee13..82b2503 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kufefe" -version = "1.1.0" +version = "1.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/charts/kufefe/Chart.yaml b/charts/kufefe/Chart.yaml index 4e9e921..8d87125 100644 --- a/charts/kufefe/Chart.yaml +++ b/charts/kufefe/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: kufefe description: Kufefe lets you create ephemeral Service Accounts in Kubernetes type: application -version: 1.1.0 -appVersion: "1.1.0" +version: 1.0.0 +appVersion: "1.0.0"