Skip to content

Commit 3c1b984

Browse files
enhance: bump ver var
1 parent 678c4c4 commit 3c1b984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crowdsec-docs/docs/contributing/test_environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You need a test environment for several reasons:
1919
This can be done directly with the tarball of the release :
2020

2121
```bash
22-
VER=1.4.6 # Please check https://github.com/crowdsecurity/crowdsec/releases/latest for latest version
22+
VER=1.6.3 # Please check https://github.com/crowdsecurity/crowdsec/releases/latest for latest version
2323
wget https://github.com/crowdsecurity/crowdsec/releases/download/v$VER/crowdsec-release.tgz
2424
tar xvzf crowdsec-release.tgz
2525
cd crowdsec-v$VER

0 commit comments

Comments
 (0)