From dd8d89332451903d5db0671a71a770ae3a0bc512 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Thu, 21 May 2026 15:26:49 -0400 Subject: [PATCH] Version.njk: Bump version to 0.3.11 Updates the version for an upcoming release. 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 67ad374..ca3d4dd 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.10" %} +{% set patina_devops = "v0.3.11" %}