From e8a0ea0dc360b7db6f30db58a3ebe055d04d2ce6 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Tue, 7 Apr 2020 18:50:00 -0400 Subject: [PATCH] chore(version): bump version to 3.9.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 e22b915..13b2f9b 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.8.0" +const version = "3.9.0" func main() {