From f1e8602369ac2558da1127c7b08a8be74c83f0fb Mon Sep 17 00:00:00 2001 From: Christopher Allen Lane Date: Sun, 7 Aug 2022 14:11:47 -0400 Subject: [PATCH] chore: bump version to `4.3.0` --- INSTALLING.md | 4 ++-- cmd/cheat/main.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALLING.md b/INSTALLING.md index 9f67d91..b42c3d2 100644 --- a/INSTALLING.md +++ b/INSTALLING.md @@ -9,13 +9,13 @@ On Unix-like systems, you may simply paste the following snippet into your termi ```sh cd /tmp \ - && wget https://github.com/cheat/cheat/releases/download/4.2.7/cheat-linux-amd64.gz \ + && wget https://github.com/cheat/cheat/releases/download/4.3.0/cheat-linux-amd64.gz \ && gunzip cheat-linux-amd64.gz \ && chmod +x cheat-linux-amd64 \ && sudo mv cheat-linux-amd64 /usr/local/bin/cheat ``` -You may need to need to change the version number (`4.2.7`) and the archive +You may need to need to change the version number (`4.3.0`) and the archive (`cheat-linux-amd64.gz`) depending on your platform. See the [releases page][releases] for a list of supported platforms. diff --git a/cmd/cheat/main.go b/cmd/cheat/main.go index 8c6fdf6..292c605 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.7" +const version = "4.3.0" func main() {