diff --git a/Cargo.lock b/Cargo.lock index d2099e4..02d98d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,7 +341,7 @@ dependencies = [ [[package]] name = "clouddns-nat-helper" -version = "0.2.5" +version = "0.2.6" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index c7df7f3..416cec4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clouddns-nat-helper" -version = "0.2.5" +version = "0.2.6" edition = "2021" description = "Autogenerate A records for NAT setups from AAAA records in cloud providers" license-file = "LICENSE" diff --git a/helm/charts/clouddns-nat-helper/Chart.yaml b/helm/charts/clouddns-nat-helper/Chart.yaml index 4ac79ba..1cc853a 100644 --- a/helm/charts/clouddns-nat-helper/Chart.yaml +++ b/helm/charts/clouddns-nat-helper/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 0.2.5 +appVersion: 0.2.6 description: Autogenerate A records for NAT setups from AAAA records in cloud providers home: https://github.com/maxhoesel/clouddns-nat-helper name: clouddns-nat-helper sources: - https://github.com/maxhoesel/clouddns-nat-helper type: application -version: 0.2.5 +version: 0.2.6