Files
ProxLB/proxlb/utils/version.py
2026-01-09 14:22:27 +01:00

8 lines
328 B
Python

__app_name__ = "ProxLB"
__app_desc__ = "An advanced resource scheduler and load balancer 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.11"
__url__ = "https://github.com/gyptazy/ProxLB"