From fdd13fc4f6b770a99f7683cb8cfb568584f01242 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Mon, 3 Jun 2019 15:23:53 -0400 Subject: [PATCH] version bump: v1.5.0 --- SHOULDERS.md | 20 -------------------- release/version.go | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/SHOULDERS.md b/SHOULDERS.md index 429beae..8294dcd 100644 --- a/SHOULDERS.md +++ b/SHOULDERS.md @@ -7,14 +7,10 @@ Thank you to the following **GIANTS**: * [github.com/Masterminds/semver](https://godoc.org/github.com/Masterminds/semver) -* [github.com/fatih/structs](https://godoc.org/github.com/fatih/structs) - * [github.com/gobuffalo/envy](https://godoc.org/github.com/gobuffalo/envy) * [github.com/gobuffalo/genny](https://godoc.org/github.com/gobuffalo/genny) -* [github.com/gobuffalo/github_flavored_markdown](https://godoc.org/github.com/gobuffalo/github_flavored_markdown) - * [github.com/gobuffalo/licenser](https://godoc.org/github.com/gobuffalo/licenser) * [github.com/gobuffalo/logger](https://godoc.org/github.com/gobuffalo/logger) @@ -27,24 +23,8 @@ Thank you to the following **GIANTS**: * [github.com/gobuffalo/shoulders](https://godoc.org/github.com/gobuffalo/shoulders) -* [github.com/gobuffalo/tags](https://godoc.org/github.com/gobuffalo/tags) - -* [github.com/gobuffalo/uuid](https://godoc.org/github.com/gobuffalo/uuid) - -* [github.com/gobuffalo/validate](https://godoc.org/github.com/gobuffalo/validate) - -* [github.com/gofrs/uuid](https://godoc.org/github.com/gofrs/uuid) - -* [github.com/markbates/inflect](https://godoc.org/github.com/markbates/inflect) - -* [github.com/onsi/ginkgo](https://godoc.org/github.com/onsi/ginkgo) - -* [github.com/onsi/gomega](https://godoc.org/github.com/onsi/gomega) - * [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors) -* [github.com/serenize/snaker](https://godoc.org/github.com/serenize/snaker) - * [github.com/spf13/cobra](https://godoc.org/github.com/spf13/cobra) * [github.com/stretchr/testify](https://godoc.org/github.com/stretchr/testify) diff --git a/release/version.go b/release/version.go index 18afc6a..7705ad5 100644 --- a/release/version.go +++ b/release/version.go @@ -1,3 +1,3 @@ package release -const Version = "v1.4.0" +const Version = "v1.5.0"