diff --git a/aplus/__init__.py b/aplus/__init__.py index 315416a3e..16a9ed1a6 100644 --- a/aplus/__init__.py +++ b/aplus/__init__.py @@ -1,6 +1,6 @@ from .celery import app as celery_app -__version__ = '1.18.2' +__version__ = '1.18.3' """The version of the A-plus platform.""" VERSION = __version__