1
0
mirror of https://github.com/strongdm/comply synced 2025-12-16 11:14:57 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Justin McCarthy
53dfead0b0 increment patch for release 2018-05-11 00:07:18 -07:00
Justin McCarthy
b569cb13d9 fix assetfs 2018-05-11 00:07:04 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ assets: $(THEME_SOURCES)
@go get github.com/elazarl/go-bindata-assetfs/... @go get github.com/elazarl/go-bindata-assetfs/...
@go install github.com/elazarl/go-bindata-assetfs @go install github.com/elazarl/go-bindata-assetfs
go-bindata-assetfs -o bindata.go -pkg theme -prefix themes themes/... go-bindata-assetfs -o bindata.go -pkg theme -prefix themes themes/...
mv bindata_assetfs.go internal/theme/themes_bindata.go mv bindata.go internal/theme/themes_bindata.go
comply: assets $(GO_SOURCES) comply: assets $(GO_SOURCES)
@# $(eval VERSION := $(shell git describe --tags --always --dirty="-dev")) @# $(eval VERSION := $(shell git describe --tags --always --dirty="-dev"))

View File

@@ -1 +1 @@
1.1.7 1.1.8