From 34eb872fb785b62650dda6696ef91d046580350d Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Sun, 14 Oct 2018 15:59:49 -0400 Subject: [PATCH] version bump: v0.12.8-rc.1 --- runtime/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/version.go b/runtime/version.go index b3fe860e0..70fd5da35 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" +const Version = "v0.12.8-rc.1" // const Version = "development"