diff --git a/iogt/settings/production.py b/iogt/settings/production.py index 383041630..d7f538934 100644 --- a/iogt/settings/production.py +++ b/iogt/settings/production.py @@ -33,7 +33,7 @@ }, } -SITE_VERSION = '2.13.0' +SITE_VERSION = '2.13.2' try: from .local import *