fix 2.10 version (#73788)

pull/73958/head
Sandra McCann 5 years ago committed by GitHub
parent da0481c6b3
commit 3dcdde996c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,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 = 'devel'
VERSION = '2.10'
AUTHOR = 'Ansible, Inc'

Loading…
Cancel
Save