Skip to content

Commit

Permalink
version bump: v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Oct 26, 2018
1 parent 6475990 commit 889d7aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions shoulders.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@ github.com/markbates/grift does not try to reinvent the wheel! Instead, it uses
Thank you to the following **GIANTS**:


* [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors)
* [github.com/gobuffalo/envy](https://godoc.org/github.com/gobuffalo/envy)

* [github.com/joho/godotenv](https://godoc.org/github.com/joho/godotenv)

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

* [github.com/stretchr/testify/assert](https://godoc.org/github.com/stretchr/testify/assert)
* [github.com/markbates/grift/cmd](https://godoc.org/github.com/markbates/grift/cmd)

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

* [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors)

* [github.com/stretchr/testify/require](https://godoc.org/github.com/stretchr/testify/require)
* [github.com/rogpeppe/go-internal/modfile](https://godoc.org/github.com/rogpeppe/go-internal/modfile)

* [github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew](https://godoc.org/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew)
* [github.com/rogpeppe/go-internal/module](https://godoc.org/github.com/rogpeppe/go-internal/module)

* [github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib](https://godoc.org/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib)
* [github.com/rogpeppe/go-internal/semver](https://godoc.org/github.com/rogpeppe/go-internal/semver)
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.0.4"
const Version = "v1.0.5"

0 comments on commit 889d7aa

Please sign in to comment.