diff --git a/docs/antora.yml b/docs/antora.yml index 5986db95b8..48831e6b63 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,7 +1,7 @@ --- name: "devops-stack" title: "DevOps Stack" -version: "0.50.3" +version: "0.51.1" prerelease: true nav: - "modules/ROOT/nav.adoc" diff --git a/modules/variables.tf b/modules/variables.tf index 655a04c562..89fa031f9b 100644 --- a/modules/variables.tf +++ b/modules/variables.tf @@ -12,7 +12,7 @@ variable "repo_url" { variable "target_revision" { description = "The source target revision of ArgoCD's app of apps." type = string - default = "v0.50.3" + default = "v0.51.1" } variable "app_of_apps_values_overrides" { diff --git a/site/config.toml b/site/config.toml index c541f7951a..60a87c98d3 100644 --- a/site/config.toml +++ b/site/config.toml @@ -15,7 +15,7 @@ org_logo = "images/logo/camptocamp.png" org_logo_width = "200px" org_url = "https://camptocamp.com" -version = "0.50.3" +version = "0.51.1" google_analytics = "G-GDBX9466LL"