From 5c74416224820356b8c04e49cf57d8792de78235 Mon Sep 17 00:00:00 2001 From: uptSmart Date: Fri, 17 Feb 2023 12:44:00 +0000 Subject: [PATCH] fix the compile uptick verson of v0.2.5 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dba9e18..78b98e8 100755 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ BRANCH := $(shell git rev-parse --abbrev-ref HEAD) COMMIT := $(shell git log -1 --format='%H') +VERSION := v0.2.5 # don't override user values ifeq (,$(VERSION))