From f1d753ad60b236515a023474543e8825d5693c52 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Mon, 14 Aug 2017 10:46:37 -0400 Subject: [PATCH] version 0.9.3 --- buffalo/cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buffalo/cmd/version.go b/buffalo/cmd/version.go index 6f4720fbb..9a8f30d38 100644 --- a/buffalo/cmd/version.go +++ b/buffalo/cmd/version.go @@ -7,7 +7,7 @@ import ( ) // Version is the current version of the buffalo binary -const Version = "development" +const Version = "v0.9.3" func init() { decorate("version", versionCmd)