From ae18d7e124474ab8d1a0a537e399cca354aa062d Mon Sep 17 00:00:00 2001 From: Abhishek Singh Date: Mon, 15 Apr 2024 16:26:29 -0700 Subject: [PATCH] Upgrade version in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd7cb70..c0629a0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Configuration variables -VERSION=1.7.3 +VERSION=1.7.4 PROJ_DIR?=$(shell pwd) VENV_DIR?=${PROJ_DIR}/.bldenv BUILD_DIR=${PROJ_DIR}/build