From 657982ed90d7089fe36236ce0ca9cce2a0d432f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Andrei?= Date: Sat, 31 Dec 2022 15:10:42 -0300 Subject: [PATCH] Update to Plone 6.0.0.2 --- .github/workflows/backend.yml | 2 +- backend/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 38185b9..86e871a 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -64,7 +64,7 @@ jobs: python: - 3.11 plone: - - "6.0.0.1" + - "6.0.0.2" defaults: run: diff --git a/backend/Makefile b/backend/Makefile index e917c6c..05cc690 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -15,7 +15,7 @@ GREEN=`tput setaf 2` RESET=`tput sgr0` YELLOW=`tput setaf 3` -PLONE_VERSION=6.0.0.1 +PLONE_VERSION=6.0.0.2 ifndef LOG_LEVEL LOG_LEVEL=INFO