Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
version bump: v0.14.7-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Jun 26, 2019
1 parent 600e0fa commit c4a5ea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
20 changes: 2 additions & 18 deletions SHOULDERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ Thank you to the following **GIANTS**:

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

* [github.com/gobuffalo/buffalo-docker](https://godoc.org/github.com/gobuffalo/buffalo-docker)

* [github.com/gobuffalo/buffalo-pop](https://godoc.org/github.com/gobuffalo/buffalo-pop)

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

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

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

* [github.com/gobuffalo/events](https://godoc.org/github.com/gobuffalo/events)
Expand All @@ -33,8 +29,6 @@ Thank you to the following **GIANTS**:

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

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

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

* [github.com/gobuffalo/httptest](https://godoc.org/github.com/gobuffalo/httptest)
Expand All @@ -53,22 +47,14 @@ Thank you to the following **GIANTS**:

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

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

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

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

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

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

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

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

* [github.com/gorilla/context](https://godoc.org/github.com/gorilla/context)

* [github.com/gorilla/mux](https://godoc.org/github.com/gorilla/mux)

* [github.com/gorilla/sessions](https://godoc.org/github.com/gorilla/sessions)
Expand All @@ -89,10 +75,10 @@ Thank you to the following **GIANTS**:

* [github.com/monoculum/formam](https://godoc.org/github.com/monoculum/formam)

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

* [github.com/sirupsen/logrus](https://godoc.org/github.com/sirupsen/logrus)

* [github.com/spf13/afero](https://godoc.org/github.com/spf13/afero)

* [github.com/spf13/cobra](https://godoc.org/github.com/spf13/cobra)

* [github.com/spf13/pflag](https://godoc.org/github.com/spf13/pflag)
Expand All @@ -101,8 +87,6 @@ Thank you to the following **GIANTS**:

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

* [golang.org/x/crypto](https://godoc.org/golang.org/x/crypto)

* [golang.org/x/sync](https://godoc.org/golang.org/x/sync)

* [golang.org/x/tools](https://godoc.org/golang.org/x/tools)
Expand Down
2 changes: 1 addition & 1 deletion runtime/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package runtime

// Version is the current version of the buffalo binary
const Version = "development"
const Version = "v0.14.7-alpha.2"

0 comments on commit c4a5ea7

Please sign in to comment.