diff --git a/iogt/settings/production.py b/iogt/settings/production.py index e6f356ced..ea04fdfce 100644 --- a/iogt/settings/production.py +++ b/iogt/settings/production.py @@ -33,7 +33,7 @@ }, } -SITE_VERSION = '2.9.1' +SITE_VERSION = '2.10.0' try: from .local import *