From faea11e71ac007dae105b03713d4a30231402855 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Wed, 3 Oct 2018 10:52:39 -0400 Subject: [PATCH] version bump: v0.12.7-beta.1 --- runtime/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/version.go b/runtime/version.go index 4046cfe55..130b12709 100644 --- a/runtime/version.go +++ b/runtime/version.go @@ -1,6 +1,6 @@ package runtime // Version is the current version of the buffalo binary -const Version = "v0.12.7-rc.1" +const Version = "v0.12.7-beta.1" // const Version = "development"