Skip to content

Commit

Permalink
fixed setting version
Browse files Browse the repository at this point in the history
  • Loading branch information
dundee committed Feb 23, 2021
1 parent ad22369 commit 3de136a
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
@@ -1,5 +1,6 @@
NAME := gdu
PACKAGE := github.com/dundee/$(NAME)
MAJOR_VER := v4
PACKAGE := github.com/dundee/$(NAME)/$(MAJOR_VER)
VERSION := $(shell git describe --tags)
GOFLAGS ?= -buildmode=pie -trimpath -mod=readonly -modcacherw
LDFLAGS := -s -w -extldflags '-static' \
Expand Down

0 comments on commit 3de136a

Please sign in to comment.