diff --git a/iogt/settings/production.py b/iogt/settings/production.py index 0ea2f310c..9ed008025 100644 --- a/iogt/settings/production.py +++ b/iogt/settings/production.py @@ -33,7 +33,7 @@ }, } -SITE_VERSION = '2.12.0-rc.1' +SITE_VERSION = '2.12.0-rc.2' try: from .local import *