From cb3323ec24ffa7be28ab5592821b1028f89dc1fe Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Wed, 27 Jun 2018 11:18:37 -0400 Subject: [PATCH] version bump --- runtime/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/version.go b/runtime/version.go index ca0dd8bb6..c30c61dc3 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.2" +const Version = "v0.12.3" // const Version = "development"