Skip to content

Commit

Permalink
version bump: v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Feb 25, 2019
1 parent 641071c commit fdf2220
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v0.0.3
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 // indirect
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
gopkg.in/yaml.v2 v2.2.2
)
22 changes: 11 additions & 11 deletions packrd/packed-packr.go

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

4 changes: 1 addition & 3 deletions shoulders.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ Thank you to the following **GIANTS**:

* [github.com/gobuffalo/events](https://godoc.org/github.com/gobuffalo/events)

* [github.com/gobuffalo/genny](https://godoc.org/github.com/gobuffalo/genny)
* [github.com/gobuffalo/gogen](https://godoc.org/github.com/gobuffalo/gogen)

* [github.com/gobuffalo/packr/v2](https://godoc.org/github.com/gobuffalo/packr/v2)

* [github.com/markbates/grift](https://godoc.org/github.com/markbates/grift)

* [github.com/mattn/go-colorable](https://godoc.org/github.com/mattn/go-colorable)

* [github.com/mattn/go-isatty](https://godoc.org/github.com/mattn/go-isatty)

* [github.com/mitchellh/go-homedir](https://godoc.org/github.com/mitchellh/go-homedir)

* [github.com/spf13/cobra](https://godoc.org/github.com/spf13/cobra)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const Version = "v1.7.0"
const Version = "v1.7.1"

0 comments on commit fdf2220

Please sign in to comment.