Bump version

This commit is contained in:
Ali 2020-09-12 20:43:03 +01:00
parent 648483db46
commit 5f33d70f45

View File

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