diff --git a/Cargo.lock b/Cargo.lock index 5dac4d1..fe338e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1845,7 +1845,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "restate-operator" -version = "0.5.2" +version = "0.6.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4159ad1..c908bf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "restate-operator" -version = "0.5.2" +version = "0.6.0" authors = ["restate.dev"] edition = "2021" rust-version = "1.75" -license = "BUSL-1.1" +license = "MIT" repository = "https://github.com/restatedev/restate-operator" description = "Restate makes distributed applications easy!" diff --git a/charts/restate-operator-helm/Chart.yaml b/charts/restate-operator-helm/Chart.yaml index 8bd7b44..9b9fb67 100644 --- a/charts/restate-operator-helm/Chart.yaml +++ b/charts/restate-operator-helm/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: restate-operator-helm description: An operator for Restate clusters type: application -version: "0.5.2" +version: "0.6.0"