mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 06:35:10 +00:00
2 lines
72 B
Python
2 lines
72 B
Python
version_info = (4, 3, 2)
|
|
__version__ = '.'.join(map(str, version_info))
|