From 027fc6087e0404742655e38c071b5ee21448a09a Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Wed, 30 Oct 2019 10:47:29 -0400 Subject: [PATCH] version bump: v0.14.12 --- runtime/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/version.go b/runtime/version.go index 5dd9aaf15..906f74205 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.11" +const Version = "v0.14.12"