update version number

This commit is contained in:
usman@cyberpersons.com
2023-01-23 11:36:41 +05:00
parent a8201ad877
commit 749c4bcd16
9 changed files with 9 additions and 9 deletions

View File

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