From 9d7d02a52bb933229da6677eab89ccd1f36f39d5 Mon Sep 17 00:00:00 2001 From: Ian Stride Date: Thu, 29 Aug 2024 11:12:40 +0100 Subject: [PATCH] Increment app version to 2.13.2 --- 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 383041630..d7f538934 100644 --- a/iogt/settings/production.py +++ b/iogt/settings/production.py @@ -33,7 +33,7 @@ }, } -SITE_VERSION = '2.13.0' +SITE_VERSION = '2.13.2' try: from .local import *