From e62ce49bb691847a740a99969e7bdd36880fd550 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Fri, 14 Jun 2019 12:09:53 -0400 Subject: [PATCH] version bump: v0.14.7-alpha.1 --- SHOULDERS.md | 2 ++ runtime/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/SHOULDERS.md b/SHOULDERS.md index 81e911a59..35dc4d548 100644 --- a/SHOULDERS.md +++ b/SHOULDERS.md @@ -59,6 +59,8 @@ Thank you to the following **GIANTS**: * [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) diff --git a/runtime/version.go b/runtime/version.go index 42cff956c..0e85e7cc2 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.7-alpha.1"