version change

This commit is contained in:
usmannasir
2024-11-24 14:54:22 +05:00
parent aecb42026f
commit 68832c4820
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.3'
BUILD = 8
BUILD = 9
if not os.geteuid() == 0:
sys.exit("\nOnly root can run this script\n")