From ead4fd4d999ccd1b8d6446663c16a14f2dc82dc8 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Thu, 25 Oct 2018 15:25:50 -0400 Subject: [PATCH] version bump: v0.13.3-alpha.1 --- runtime/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/version.go b/runtime/version.go index 42cff956c..86fb35860 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 = "development" +const Version = "v0.13.3-alpha.1"