Skip to content

Commit e2334c2

Browse files
authored
fix: release version (#839)
1 parent 2f255a4 commit e2334c2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "devops-stack"
33
title: "DevOps Stack"
4-
version: "0.50.3"
4+
version: "0.51.1"
55
prerelease: true
66
nav:
77
- "modules/ROOT/nav.adoc"

modules/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variable "repo_url" {
1212
variable "target_revision" {
1313
description = "The source target revision of ArgoCD's app of apps."
1414
type = string
15-
default = "v0.50.3"
15+
default = "v0.51.1"
1616
}
1717

1818
variable "app_of_apps_values_overrides" {

site/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ org_logo = "images/logo/camptocamp.png"
1515
org_logo_width = "200px"
1616
org_url = "https://camptocamp.com"
1717

18-
version = "0.50.3"
18+
version = "0.51.1"
1919

2020
google_analytics = "G-GDBX9466LL"
2121

0 commit comments

Comments
 (0)