diff --git a/SHOULDERS.md b/SHOULDERS.md index 210b9d0c3..81e911a59 100644 --- a/SHOULDERS.md +++ b/SHOULDERS.md @@ -39,6 +39,8 @@ Thank you to the following **GIANTS**: * [github.com/gobuffalo/httptest](https://godoc.org/github.com/gobuffalo/httptest) +* [github.com/gobuffalo/licenser](https://godoc.org/github.com/gobuffalo/licenser) + * [github.com/gobuffalo/logger](https://godoc.org/github.com/gobuffalo/logger) * [github.com/gobuffalo/meta](https://godoc.org/github.com/gobuffalo/meta) @@ -47,8 +49,6 @@ Thank you to the following **GIANTS**: * [github.com/gobuffalo/packd](https://godoc.org/github.com/gobuffalo/packd) -* [github.com/gobuffalo/packr](https://godoc.org/github.com/gobuffalo/packr) - * [github.com/gobuffalo/packr/v2](https://godoc.org/github.com/gobuffalo/packr/v2) * [github.com/gobuffalo/plush](https://godoc.org/github.com/gobuffalo/plush) @@ -57,6 +57,8 @@ Thank you to the following **GIANTS**: * [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/syncx](https://godoc.org/github.com/gobuffalo/syncx) * [github.com/gobuffalo/tags](https://godoc.org/github.com/gobuffalo/tags) diff --git a/runtime/version.go b/runtime/version.go index 42cff956c..80bbe0236 100644 --- a/runtime/version.go +++ b/runtime/version.go @@ -1,4 +1,4 @@ package runtime // Version is the current version of the buffalo binary -const Version = "development" +const Version = "v0.14.6"