fix version label to 2.10 (#71870)
This commit is contained in:
parent
a10e76a64c
commit
77408dccab
1 changed files with 1 additions and 1 deletions
|
@ -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 = 'devel'
|
||||
VERSION = '2.10'
|
||||
AUTHOR = 'Ansible, Inc'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue