From 9fd659ac3e7bcbe25585c0c081c35da56dc83c52 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Fri, 26 Jul 2019 10:28:35 -0700 Subject: [PATCH] version bump: v0.14.7 --- runtime/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/version.go b/runtime/version.go index e9b990bfb..e68905f51 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-beta.2" +const Version = "v0.14.7"