Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d341777

Browse files
chore: bump version to 4.4.2
1 parent 7fa5032 commit d341777

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

INSTALLING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ On Unix-like systems, you may simply paste the following snippet into your termi
99

1010
```sh
1111
cd /tmp \
12-
&& wget https://github.com/cheat/cheat/releases/download/4.4.1/cheat-linux-amd64.gz \
12+
&& wget https://github.com/cheat/cheat/releases/download/4.4.2/cheat-linux-amd64.gz \
1313
&& gunzip cheat-linux-amd64.gz \
1414
&& chmod +x cheat-linux-amd64 \
1515
&& sudo mv cheat-linux-amd64 /usr/local/bin/cheat
1616
```
1717

18-
You may need to need to change the version number (`4.4.1`) and the archive
18+
You may need to need to change the version number (`4.4.2`) and the archive
1919
(`cheat-linux-amd64.gz`) depending on your platform.
2020

2121
See the [releases page][releases] for a list of supported platforms.

cmd/cheat/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/cheat/cheat/internal/installer"
1818
)
1919

20-
const version = "4.4.1"
20+
const version = "4.4.2"
2121

2222
func main() {
2323

0 commit comments

Comments
 (0)