Skip to content

Commit

Permalink
chore: fix GIT version extracting
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarlier committed Jun 17, 2024
1 parent aad75eb commit 8e6cf46
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
Expand Up @@ -19,7 +19,7 @@ EXECUTABLE=$(APPNAME)$(EXT)

# Extract version infos
PKG_VERSION:=github.com/ncarlier/$(APPNAME)/pkg/version
VERSION:=`git describe --always --dirty`
VERSION:=`git describe --always --tags --dirty`
GIT_COMMIT:=`git rev-list -1 HEAD --abbrev-commit`
BUILT:=`date`
define LDFLAGS
Expand Down

0 comments on commit 8e6cf46

Please sign in to comment.