Bump version

This commit is contained in:
Ali 2020-08-05 00:44:22 +04:00
parent ba1edc3cf6
commit e29407069b

View File

@ -3,7 +3,7 @@
include Utils.makefile
APP_VERSION="6.3.1"
APP_VERSION="7.0"
CORE_COUNT=$(shell sysctl -n hw.logicalcpu)
CORE_COUNT_MINUS_ONE=$(shell expr ${CORE_COUNT} \- 1)