mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
changed version to 2.8 (#56487)
This commit is contained in:
parent
f097dca60d
commit
4bf134756b
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:
|
# the repository version needs to be the one that is loaded:
|
||||||
sys.path.insert(0, os.path.abspath(os.path.join('..', '..', '..', 'lib')))
|
sys.path.insert(0, os.path.abspath(os.path.join('..', '..', '..', 'lib')))
|
||||||
|
|
||||||
VERSION = '2.7'
|
VERSION = '2.8'
|
||||||
AUTHOR = 'Ansible, Inc'
|
AUTHOR = 'Ansible, Inc'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue