Bump version

This commit is contained in:
Ali 2020-03-26 17:41:54 +04:00
parent aab43f0b0a
commit b1eb59c2f0

View File

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