From 7f77b9946e22b5f782f07152c94f8e54fc6c865c Mon Sep 17 00:00:00 2001 From: Ali <> Date: Sat, 26 Sep 2020 12:34:31 +0400 Subject: [PATCH] Revert "Bump version [nocache]" This reverts commit 6392536e8e18cc9a7993ff0f7c002e1643c77f9d. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 431a14c055..c781f082f2 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include Utils.makefile -APP_VERSION="7.0.2" +APP_VERSION="7.0.1" CORE_COUNT=$(shell sysctl -n hw.logicalcpu) CORE_COUNT_MINUS_ONE=$(shell expr ${CORE_COUNT} \- 1)