1
0
mirror of https://github.com/strongdm/comply synced 2025-12-14 18:24:05 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Justin McCarthy
a383b24a66 increment patch for release 2018-05-10 17:58:20 -07:00
Justin McCarthy
2d0b13fb63 brew 2018-05-10 17:58:07 -07:00
Justin McCarthy
0986a313bc increment patch for release 2018-05-10 16:44:58 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ dist: clean
cd dist && tar -czvf comply-$(VERSION)-darwin-amd64.tgz comply-$(VERSION)-darwin-amd64
cd dist && tar -czvf comply-$(VERSION)-linux-amd64.tgz comply-$(VERSION)-linux-amd64
brew: clean
brew: clean assets $(GO_SOURCES)
$(eval VERSION := $(shell cat version))
$(eval LDFLAGS := -ldflags='-X "cli.Version=$(VERSION)"')
mkdir bin

View File

@@ -1 +1 @@
1.1.1
1.1.3