Files
ProxLB/proxlb/utils/version.py
2025-05-22 06:58:53 +02:00

8 lines
304 B
Python

__app_name__ = "ProxLB"
__app_desc__ = "A DRS alike loadbalancer for Proxmox clusters."
__author__ = "Florian Paul Azim Hoberg <gyptazy>"
__copyright__ = "Copyright (C) 2025 Florian Paul Azim Hoberg (@gyptazy)"
__license__ = "GPL-3.0"
__version__ = "1.1.3b"
__url__ = "https://github.com/gyptazy/ProxLB"