diff --git a/awx/__init__.py b/awx/__init__.py index 974a7942a3..2f3e46ecec 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -1,7 +1,7 @@ # Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. -__version__ = '2.0.0-0' +__version__ = '2.1.0-l' import os import sys