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 *