Bump version

This commit is contained in:
Ali 2020-10-25 22:46:35 +04:00
parent c0fb7208bb
commit 54b62f58de

View File

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