From 86831e07ef88c9687e2ae95f13976ff1ef572a69 Mon Sep 17 00:00:00 2001 From: Ian Stride Date: Mon, 3 Jun 2024 17:30:53 +0100 Subject: [PATCH] Increment app version --- iogt/settings/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iogt/settings/production.py b/iogt/settings/production.py index 0ea2f310c..9ed008025 100644 --- a/iogt/settings/production.py +++ b/iogt/settings/production.py @@ -33,7 +33,7 @@ }, } -SITE_VERSION = '2.12.0-rc.1' +SITE_VERSION = '2.12.0-rc.2' try: from .local import *