Bump version

This commit is contained in:
Ali 2020-04-27 22:40:24 +04:00
parent 60fb3a17dc
commit 02123cdb0c

View File

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