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")

View File

@@ -54,7 +54,7 @@ except:
pass
VERSION = '2.3'
BUILD = 8
BUILD = 9
## I am not the monster that you think I am..

View File

@@ -18,7 +18,7 @@ import random
import string
VERSION = '2.3'
BUILD = 8
BUILD = 9
CENTOS7 = 0
CENTOS8 = 1