From 768d55e5d4738131cdcb097004d5de45e762db4e Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Tue, 8 Jun 2021 21:02:03 -0400 Subject: [PATCH] chore: bump version Bump version to `4.2.2`. --- 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 0b6c517..b49230d 100755 --- a/cmd/cheat/main.go +++ b/cmd/cheat/main.go @@ -16,7 +16,7 @@ import ( "github.com/cheat/cheat/internal/installer" ) -const version = "4.2.1" +const version = "4.2.2" func main() {