Bump version

This commit is contained in:
Ali 2020-10-07 21:17:23 +01:00
parent 8e41ec7d1b
commit bc5ac3629f

View File

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