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 *