version number change

This commit is contained in:
usmannasir
2025-05-19 16:25:03 +05:00
parent 7127e47552
commit a53bded439
8 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ from packages.models import Package
from baseTemplate.models import version
VERSION = '2.4'
BUILD = 0
BUILD = 1
if not os.geteuid() == 0:
sys.exit("\nOnly root can run this script\n")