We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb5bf0 commit aefbd86Copy full SHA for aefbd86
Makefile
@@ -1,6 +1,7 @@
1
SHELL := /bin/bash
2
TARGETS := dcdump
3
-VERSION := $(shell git rev-parse --short HEAD)
+# VERSION := $(shell git rev-parse --short HEAD)
4
+VERSION := "v0.1.3"
5
BUILDTIME := $(shell date -u '+%Y-%m-%dT%H:%M:%SZ')
6
7
GOLDFLAGS += -X main.Version=$(VERSION)
0 commit comments