From fb538baba506258c4540ff7ff9fc3c2d13931c92 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Fri, 27 Nov 2020 22:57:25 -0500 Subject: [PATCH] chore(version): bump to `4.2.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 0ba62a0..4a1097e 100755 --- a/cmd/cheat/main.go +++ b/cmd/cheat/main.go @@ -17,7 +17,7 @@ import ( "github.com/cheat/cheat/internal/installer" ) -const version = "4.1.1" +const version = "4.2.0" func main() {