Skip to content

Commit 49200cc

Browse files
committed
I hate newlines
1 parent 0cf782b commit 49200cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BINDATA := $(shell find conf | sed 's/ /\\ /g')
99
STYLESHEETS := $(wildcard public/less/index.less public/less/_*.less)
1010
JAVASCRIPTS :=
1111

12-
VERSION = $(shell git describe --tags --always)
12+
VERSION = $(shell git describe --tags --always | sed 's/-/+/')
1313

1414
LDFLAGS += -X "main.Version=$(VERSION)"
1515

templates/.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.9.0+dev
1+
v0.9.0+dev

0 commit comments

Comments
 (0)