mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-10 15:20:40 +00:00
3 lines
80 B
Python
3 lines
80 B
Python
__version_info__ = (2, 4, 2)
|
|
__version__ = ".".join(map(str, __version_info__))
|