Skip to content

Commit aefbd86

Browse files
committed
v0.1.3
1 parent 1eb5bf0 commit aefbd86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
SHELL := /bin/bash
22
TARGETS := dcdump
3-
VERSION := $(shell git rev-parse --short HEAD)
3+
# VERSION := $(shell git rev-parse --short HEAD)
4+
VERSION := "v0.1.3"
45
BUILDTIME := $(shell date -u '+%Y-%m-%dT%H:%M:%SZ')
56

67
GOLDFLAGS += -X main.Version=$(VERSION)

0 commit comments

Comments
 (0)