Bump version

This commit is contained in:
Ilya Laktyushin 2020-12-23 21:13:21 +04:00
parent a9d42fd5c8
commit 2fbe175639

View File

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