Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Scorpio69t committed Nov 21, 2024
1 parent 761e491 commit 56646c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

MODULE := github.com/Scorpio69t/gcloc
APP_NAME := gcloc
VERSION := $(shell git describe --tags --always | awk -F'-' '{print $1}')
VERSION_FULL := $(shell git describe --tags --always)
VERSION := $(shell echo $(VERSION_FULL) | awk -F'-' '{print $1}')
COMMIT := $(shell git rev-parse --short HEAD)
DATE := $(shell date +"%Y-%m-%dT%H:%M:%SZ")

Expand Down

0 comments on commit 56646c5

Please sign in to comment.