From e2334c2d7bafe99e2d370a0d42a1b0fa18ac14c9 Mon Sep 17 00:00:00 2001 From: Mohamed Amine Dridi <78367821+modridi@users.noreply.github.com> Date: Thu, 16 Dec 2021 11:30:16 +0100 Subject: [PATCH] fix: release version (#839) --- docs/antora.yml | 2 +- modules/variables.tf | 2 +- site/config.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"