We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf782b commit 49200ccCopy full SHA for 49200cc
Makefile
@@ -9,7 +9,7 @@ BINDATA := $(shell find conf | sed 's/ /\\ /g')
9
STYLESHEETS := $(wildcard public/less/index.less public/less/_*.less)
10
JAVASCRIPTS :=
11
12
-VERSION = $(shell git describe --tags --always)
+VERSION = $(shell git describe --tags --always | sed 's/-/+/')
13
14
LDFLAGS += -X "main.Version=$(VERSION)"
15
templates/.VERSION
@@ -1 +1 @@
1
-v0.9.0+dev
+v0.9.0+dev
0 commit comments