%PDF- %PDF-
| Direktori : /proc/self/root/usr/share/web-monitoring-tool/ |
| Current File : //proc/self/root/usr/share/web-monitoring-tool/version.py |
#!/opt/cloudlinux/venv/bin/python3 -bb
# coding=utf-8
#
# Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2020 All Rights Reserved
#
# Licensed under CLOUD LINUX LICENSE AGREEMENT
# http://cloudlinux.com/docs/LICENSE.TXT
# This variable will be updated by RPM spec durring build process
VERSION = "3.1.6-1.el7.cloudlinux"
if __name__ == '__main__':
print(VERSION)