Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Apr 12, 2023
1 parent 6e3f0af commit 22f4787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ Download the executable binary for your operating system from the [releases page
- cdxgen binary plugins

```bash
curl -LO https://github.com/AppThreat/cpggen/releases/download/v0.9.0/cpggen-linux-amd64
curl -LO https://github.com/AppThreat/cpggen/releases/download/v0.9.1/cpggen-linux-amd64
chmod +x cpggen-linux-amd64
./cpggen-linux-amd64 --help
```

On Windows,

```powershell
curl -LO https://github.com/appthreat/cpggen/releases/download/v0.9.0/cpggen.exe
curl -LO https://github.com/appthreat/cpggen/releases/download/v0.9.1/cpggen.exe
.\cpggen.exe --help
```

Expand Down

0 comments on commit 22f4787

Please sign in to comment.