diff --git a/awx/__init__.py b/awx/__init__.py index 08837cdfd5..9f223d8e85 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -6,7 +6,7 @@ import sys import warnings import site -__version__ = '2.3.0' +__version__ = '2.3.1' __all__ = ['__version__']