prepare for v2.1.2

This commit is contained in:
Usman Nasir
2021-10-20 12:52:02 +05:00
parent 43331e1bee
commit bac7a0dcaf
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.1'
BUILD = 1
BUILD = 2
if not os.geteuid() == 0:
sys.exit("\nOnly root can run this script\n")