mirror of
				https://github.com/cheat/cheat.git
				synced 2025-11-04 07:45:28 +01:00 
			
		
		
		
	chore: bump version to 4.4.2
This commit is contained in:
		@@ -9,13 +9,13 @@ On Unix-like systems, you may simply paste the following snippet into your termi
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```sh
 | 
					```sh
 | 
				
			||||||
cd /tmp \
 | 
					cd /tmp \
 | 
				
			||||||
  && wget https://github.com/cheat/cheat/releases/download/4.4.1/cheat-linux-amd64.gz \
 | 
					  && wget https://github.com/cheat/cheat/releases/download/4.4.2/cheat-linux-amd64.gz \
 | 
				
			||||||
  && gunzip cheat-linux-amd64.gz \
 | 
					  && gunzip cheat-linux-amd64.gz \
 | 
				
			||||||
  && chmod +x cheat-linux-amd64 \
 | 
					  && chmod +x cheat-linux-amd64 \
 | 
				
			||||||
  && sudo mv cheat-linux-amd64 /usr/local/bin/cheat
 | 
					  && sudo mv cheat-linux-amd64 /usr/local/bin/cheat
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You may need to need to change the version number (`4.4.1`) and the archive
 | 
					You may need to need to change the version number (`4.4.2`) and the archive
 | 
				
			||||||
(`cheat-linux-amd64.gz`) depending on your platform.
 | 
					(`cheat-linux-amd64.gz`) depending on your platform.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
See the [releases page][releases] for a list of supported platforms.
 | 
					See the [releases page][releases] for a list of supported platforms.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -17,7 +17,7 @@ import (
 | 
				
			|||||||
	"github.com/cheat/cheat/internal/installer"
 | 
						"github.com/cheat/cheat/internal/installer"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const version = "4.4.1"
 | 
					const version = "4.4.2"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func main() {
 | 
					func main() {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user