version update

This commit is contained in:
Usman Nasir
2022-04-24 22:41:34 +05:00
parent 5e798b1e0c
commit 1b85fffcfc
8 changed files with 16 additions and 16 deletions

View File

@@ -12,8 +12,8 @@ from plogical.acl import ACLManager
from packages.models import Package
from baseTemplate.models import version
VERSION = '2.1'
BUILD = 2
VERSION = '2.3'
BUILD = 1
if not os.geteuid() == 0:
sys.exit("\nOnly root can run this script\n")