From 1b38e5b507bfd64324f012c12cd6cbaf706a5bea Mon Sep 17 00:00:00 2001 From: Antonio Pagano Date: Tue, 3 May 2022 19:12:13 -0500 Subject: [PATCH] task: updating version number --- runtime/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/version.go b/runtime/version.go index 701242d91..753bbdae1 100644 --- a/runtime/version.go +++ b/runtime/version.go @@ -1,4 +1,4 @@ package runtime // Version is the current version of the buffalo binary -var Version = "v0.18.6" +var Version = "v0.18.7"