From a39d36cd345d4ec181dbedd72fe4b2378007a321 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Sat, 15 Feb 2020 16:13:33 -0500 Subject: [PATCH] chore: bumps version to 3.6.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 48d6252..f32fdbf 100755 --- a/cmd/cheat/main.go +++ b/cmd/cheat/main.go @@ -14,7 +14,7 @@ import ( "github.com/cheat/cheat/internal/config" ) -const version = "3.5.1" +const version = "3.6.0" func main() {