diff --git a/Cargo.lock b/Cargo.lock index 6edf960..a38a174 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -528,7 +528,7 @@ dependencies = [ [[package]] name = "controller" -version = "0.13.0" +version = "0.14.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 64b2eb6..4e585c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "controller" -version = "0.13.0" +version = "0.14.0" authors = ["clux "] edition = "2021" default-run = "controller" diff --git a/charts/doc-controller/Chart.yaml b/charts/doc-controller/Chart.yaml index 88715d4..5cc338d 100644 --- a/charts/doc-controller/Chart.yaml +++ b/charts/doc-controller/Chart.yaml @@ -3,4 +3,4 @@ name: doc-controller description: document controller sample chart type: application version: 0.1.0 -appVersion: 0.13.0 +appVersion: 0.14.0