From 2fbe17563930e9d4cbe6ba9881ad1402e9c38b88 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Wed, 23 Dec 2020 21:13:21 +0400 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77b5d6d29f..b264496432 100644 --- a/Makefile +++ b/Makefile @@ -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)