From 851bbe903b71bc3db652f75194c040a0fc81c3a8 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Mon, 16 Oct 2023 17:33:00 +0200 Subject: [PATCH] update(config): update version number for 0.36.1 Signed-off-by: Andrea Terzolo --- config/_default/versions/params.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/_default/versions/params.yaml b/config/_default/versions/params.yaml index ccfc4464e..dfd71a8f4 100644 --- a/config/_default/versions/params.yaml +++ b/config/_default/versions/params.yaml @@ -9,7 +9,7 @@ archived_version: false # Used in the "version-banner" partial to display a version number for the # current doc set. -version: v0.36.0 +version: v0.36.1 # The version of the default rules set # Keep it aligned with the version of Falco for compatibility @@ -19,7 +19,7 @@ rulesversion: 2.0.0 # Used in the Releases menu, as well as in the Available Documentation Versions versions: - - fullversion: v0.36.0 + - fullversion: v0.36.1 version: v0.36 githubbranch: master docsbranch: master @@ -84,4 +84,3 @@ versions: githubbranch: 0.26.2 docsbranch: v0.26 url: https://v0-26.falco.org/ -