We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678c4c4 commit 3c1b984Copy full SHA for 3c1b984
crowdsec-docs/docs/contributing/test_environment.md
@@ -19,7 +19,7 @@ You need a test environment for several reasons:
19
This can be done directly with the tarball of the release :
20
21
```bash
22
-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
23
wget https://github.com/crowdsecurity/crowdsec/releases/download/v$VER/crowdsec-release.tgz
24
tar xvzf crowdsec-release.tgz
25
cd crowdsec-v$VER
0 commit comments