1
0
mirror of https://github.com/strongdm/comply synced 2025-12-15 10:43:47 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Justin McCarthy
81ece97296 increment patch for release 2018-05-10 23:51:00 -07:00
Justin McCarthy
f732f7bb69 from git 2018-05-10 23:50:49 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ comply: assets $(GO_SOURCES)
go build $(LDFLAGS) github.com/strongdm/comply/cmd/comply
dist: clean
$(eval VERSION := $(shell cat VERSION))
$(eval VERSION := $(shell git describe --tags --always --dirty="-dev"))
$(eval LDFLAGS := -ldflags='-X "cli.Version=$(VERSION)"')
mkdir dist
echo $(VERSION)

View File

@@ -1 +1 @@
1.1.6
1.1.7