Bump version

This commit is contained in:
Ali 2020-11-25 12:32:46 +04:00
parent 11d80f7b66
commit 9b42bdf67b

View File

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