From 973a1f59ea08fd528e82210dbf59046ce6f40ef5 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Sun, 24 Nov 2019 12:03:26 -0500 Subject: [PATCH] chore: version bump Bumps version to `3.2.1`. --- 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 0e46cfa..887308c 100755 --- a/cmd/cheat/main.go +++ b/cmd/cheat/main.go @@ -13,7 +13,7 @@ import ( "github.com/cheat/cheat/internal/config" ) -const version = "3.2.0" +const version = "3.2.1" func main() {