From e7b11a4994d56a6d2adab4e5daf1f09c2e252f01 Mon Sep 17 00:00:00 2001 From: Oliver Smith-Denny Date: Thu, 23 Jul 2026 13:49:02 -0700 Subject: [PATCH] Bump Version.njk in Preparation for Release Version 3.13 is going to be released, so update the version. This will contain, among other changes, an updated CI pipeline that contains a name change for the markdown lint configuration file, which is currently being missed in patina-devops consumers. Signed-off-by: Oliver Smith-Denny --- .sync/Version.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sync/Version.njk b/.sync/Version.njk index c0ddaba..e70b95a 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.12" %} +{% set patina_devops = "v0.3.13" %}