From 70779f0a42c66e2ba62e9453d9499814681c2be1 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Wed, 3 Oct 2018 15:32:59 -0400 Subject: [PATCH] version bump: v0.12.7 --- runtime/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/version.go b/runtime/version.go index 130b12709..b3fe860e0 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-beta.1" +const Version = "v0.12.7" // const Version = "development"