fix 2.10 version (#73788)
This commit is contained in:
parent
da0481c6b3
commit
3dcdde996c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue