From ffe601f13afb1c83a5aaf8e86d0fa2a8bfff0b25 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Mon, 24 Aug 2026 10:06:09 +0900 Subject: [PATCH] Version.njk: Update to v0.3.15 Updates the version for an upcoming release of the Patina DevOps repository. Signed-off-by: Michael Kubacki --- .sync/Version.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sync/Version.njk b/.sync/Version.njk index 848fbdf..73fdc2a 100644 --- a/.sync/Version.njk +++ b/.sync/Version.njk @@ -30,4 +30,4 @@ #} {# The git ref value that files dependent on this repo will use. #} -{% set patina_devops = "v0.3.14" %} +{% set patina_devops = "v0.3.15" %}