From 4e8cf117b760704f94740d99435a7be48278c23b Mon Sep 17 00:00:00 2001 From: Ali <> Date: Tue, 31 Mar 2020 18:01:54 +0400 Subject: [PATCH] Trigger build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 10e5f089c6..651cff8abe 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ include Utils.makefile + APP_VERSION="6.0.1" CORE_COUNT=$(shell sysctl -n hw.logicalcpu) CORE_COUNT_MINUS_ONE=$(shell expr ${CORE_COUNT} \- 1)