changed version to 2.8 (#56487)

This commit is contained in:
Sandra McCann
2019-05-15 15:59:21 -04:00
committed by Alicia Cozine
parent f097dca60d
commit 4bf134756b

View File

@@ -34,7 +34,7 @@ sys.path.append(os.path.abspath(os.path.join('..', '_extensions')))
# the repository version needs to be the one that is loaded:
sys.path.insert(0, os.path.abspath(os.path.join('..', '..', '..', 'lib')))
VERSION = '2.7'
VERSION = '2.8'
AUTHOR = 'Ansible, Inc'