Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nean-and-i authored Sep 11, 2024
1 parent 9fe07ef commit 1881c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1881c13

Please sign in to comment.