From 4e499e46b2d344b6eb3e2400576836f564679c20 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Fri, 2 Aug 2019 10:26:41 -0400 Subject: [PATCH] version bump: v0.14.8-alpha.1 --- runtime/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/version.go b/runtime/version.go index e68905f51..70f79abbd 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 = "v0.14.7" +const Version = "v0.14.8-alpha.1"