From 1881c13ab217e11fe6a205eead2e81a6e1324bd2 Mon Sep 17 00:00:00 2001 From: nean <1310469+nean-and-i@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:33:15 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 857f1e8..6e6e272 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Define the name of the application and its version NAME := arnika -VERSION := $(shell git describe --long --always) +VERSION := $(shell git describe --tags --always) # Define the Go compiler and other tools GO = go