From 54b62f58deef31e02eaec9ef53e06dd4e07eba26 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Sun, 25 Oct 2020 22:46:35 +0400 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77a0ce04ca..2e6385ffbe 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include Utils.makefile -APP_VERSION="7.1.2" +APP_VERSION="7.2" CORE_COUNT=$(shell sysctl -n hw.logicalcpu) CORE_COUNT_MINUS_ONE=$(shell expr ${CORE_COUNT} \- 1)