Bump version

This commit is contained in:
Ali 2020-05-27 20:12:53 +04:00
parent 72ee65d8a0
commit 00bb2df74e

View File

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