From 8898d7e0084aa3bebed9f07735229a5fb2adf90e Mon Sep 17 00:00:00 2001 From: Ian Stride Date: Tue, 20 Aug 2024 15:37:45 +0100 Subject: [PATCH] Increment app version to 2.13.0 --- 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 9dc3dfbd7..383041630 100644 --- a/iogt/settings/production.py +++ b/iogt/settings/production.py @@ -33,7 +33,7 @@ }, } -SITE_VERSION = '2.12.0' +SITE_VERSION = '2.13.0' try: from .local import *