From ce27cf2cc0ffdb4950ee7664b8b673be1f1dc646 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Fri, 6 Mar 2020 20:19:31 -0500 Subject: [PATCH] chore(version): bump version to 3.7.0 --- cmd/cheat/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cheat/main.go b/cmd/cheat/main.go index 297fef0..f27dfcb 100755 --- a/cmd/cheat/main.go +++ b/cmd/cheat/main.go @@ -17,7 +17,7 @@ import ( "github.com/cheat/cheat/internal/installer" ) -const version = "3.6.0" +const version = "3.7.0" func main() {