diff --git a/Cargo.lock b/Cargo.lock index f89caff..5eb77c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -520,7 +520,7 @@ dependencies = [ [[package]] name = "controller" -version = "0.12.12" +version = "0.13.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 23efe31..292a99b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "controller" -version = "0.12.12" +version = "0.13.0" authors = ["clux "] edition = "2021" default-run = "controller" diff --git a/charts/doc-controller/Chart.yaml b/charts/doc-controller/Chart.yaml index 7a6f553..88715d4 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.12.12 +appVersion: 0.13.0