update build number

This commit is contained in:
Usman Nasir
2020-08-04 20:20:19 +05:00
parent f1b5589cdd
commit 165a453ab8
7 changed files with 7 additions and 7 deletions

View File

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