fix 2.10 version (#73788)

This commit is contained in:
Sandra McCann 2021-03-16 16:52:36 -04:00 committed by GitHub
parent da0481c6b3
commit 3dcdde996c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'