From e29407069bc9766754c7a788ee892b7a33f058ab Mon Sep 17 00:00:00 2001 From: Ali <> Date: Wed, 5 Aug 2020 00:44:22 +0400 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55d71031c0..db34652315 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include Utils.makefile -APP_VERSION="6.3.1" +APP_VERSION="7.0" CORE_COUNT=$(shell sysctl -n hw.logicalcpu) CORE_COUNT_MINUS_ONE=$(shell expr ${CORE_COUNT} \- 1)