Skip to content

Commit

Permalink
enhance: bump ver var
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceJJones committed Oct 25, 2024
1 parent 678c4c4 commit 3c1b984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crowdsec-docs/docs/contributing/test_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You need a test environment for several reasons:
This can be done directly with the tarball of the release :

```bash
VER=1.4.6 # Please check https://github.com/crowdsecurity/crowdsec/releases/latest for latest version
VER=1.6.3 # Please check https://github.com/crowdsecurity/crowdsec/releases/latest for latest version
wget https://github.com/crowdsecurity/crowdsec/releases/download/v$VER/crowdsec-release.tgz
tar xvzf crowdsec-release.tgz
cd crowdsec-v$VER
Expand Down

0 comments on commit 3c1b984

Please sign in to comment.