From f6b7b2a330330ef583fc15a0d0bbf6ed331bcede Mon Sep 17 00:00:00 2001 From: Antonio Pagano Date: Sat, 7 Aug 2021 08:21:25 -0500 Subject: [PATCH] Go mod does not like two things with the same commit --- runtime/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/version.go b/runtime/version.go index 60e22a01f..5d373c605 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.17.1" +var Version = "v0.17.2"