Skip to content

Commit

Permalink
version bump: v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Nov 16, 2019
1 parent 9eb7632 commit f501c9f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package cli

const Version = "v1.2.0"
const Version = "v1.5.0"
18 changes: 16 additions & 2 deletions shoulders.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,22 @@ github.com/markbates/grift does not try to reinvent the wheel! Instead, it uses
Thank you to the following **GIANTS**:


* [github.com/gobuffalo/envy](https://godoc.org/github.com/gobuffalo/envy)
* [github.com/davecgh/go-spew](https://godoc.org/github.com/davecgh/go-spew)

* [github.com/rogpeppe/go-internal](https://godoc.org/github.com/rogpeppe/go-internal)
* [github.com/gobuffalo/here](https://godoc.org/github.com/gobuffalo/here)

* [github.com/kr/pretty](https://godoc.org/github.com/kr/pretty)

* [github.com/kr/pty](https://godoc.org/github.com/kr/pty)

* [github.com/kr/text](https://godoc.org/github.com/kr/text)

* [github.com/pmezard/go-difflib](https://godoc.org/github.com/pmezard/go-difflib)

* [github.com/stretchr/objx](https://godoc.org/github.com/stretchr/objx)

* [github.com/stretchr/testify](https://godoc.org/github.com/stretchr/testify)

* [gopkg.in/check.v1](https://godoc.org/gopkg.in/check.v1)

* [gopkg.in/yaml.v2](https://godoc.org/gopkg.in/yaml.v2)

0 comments on commit f501c9f

Please sign in to comment.