Skip to content

Commit

Permalink
version bump: v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Jun 13, 2019
1 parent 125d601 commit 0091d78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<p align="center">
<a href="https://godoc.org/github.com/gobuffalo/release"><img src="https://godoc.org/github.com/gobuffalo/release?status.svg" alt="GoDoc" /></a>
<a href="https://dev.azure.com/markbates/buffalo/_build?definitionId=3"><img src="https://dev.azure.com/markbates/buffalo/_apis/build/status/gobuffalo.release?branchName=master" alt="CI" /></a>
<a href="https://goreportcard.com/report/github.com/gobuffalo/release"><img src="https://goreportcard.com/badge/github.com/gobuffalo/release" alt="Go Report Card" /></a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion genny/makefile/templates/Makefile.plush
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ release-test: <%= if (opts.WithPackr) {return "packr"} %>
release:
$(GO_BIN) get github.com/gobuffalo/release
make tidy
release -y <%= if (opts.VersionFile) { return "-f "+ opts.VersionFile } %>
release -y <%= if (opts.VersionFile) { return "-f "+ opts.VersionFile } %> <%= if (!opts.WithPackr) { return "--skip-packr" } %>
make tidy
<%= if (opts.WithPackr) { %>
packr:
Expand Down
2 changes: 1 addition & 1 deletion packrd/packed-packr.go

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

2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// Version of main
const Version = "v1.6.0"
const Version = "v1.6.1"

0 comments on commit 0091d78

Please sign in to comment.