Skip to content

Commit

Permalink
version bump: v1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Sep 5, 2018
1 parent 63bda8b commit cc9d81b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion genny/makefile/a_makefile-packr.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions genny/makefile/templates/Makefile.plush
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ update:
$(GO_BIN) get -u
$(GO_BIN) mod tidy
packr
make test
make install
make test
make install

release-test:
$(GO_BIN) test -tags ${TAGS} -race ./...
Expand Down
2 changes: 1 addition & 1 deletion release/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package release

const Version = "v1.0.14"
const Version = "v1.0.15"

0 comments on commit cc9d81b

Please sign in to comment.