From 47794c32823ab9502609a5407f6a7dbb9b1cba09 Mon Sep 17 00:00:00 2001 From: Ian Stride Date: Wed, 15 Nov 2023 19:05:09 +0000 Subject: [PATCH] Increment app version to 2.6.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 193289da1..2a568cfd4 100644 --- a/iogt/settings/production.py +++ b/iogt/settings/production.py @@ -41,7 +41,7 @@ }, } -SITE_VERSION = '2.5.0' +SITE_VERSION = '2.6.0' try: from .local import *