Skip to content

Commit e593c83

Browse files
authored
Merge pull request #36 from crowdsecurity/fix-standalone-mode
update dep: cs lib => 0.13.0
2 parents cc047b7 + a9d0e5e commit e593c83

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"crowdsec/bouncer": "^0.11.0"
12+
"crowdsec/bouncer": "^0.13.0"
1313
},
1414
"require-dev": {
1515
"bramus/monolog-colored-line-formatter": "^3.0",

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ gh pr create --fill
2222
### New release
2323

2424
```bash
25-
git checkout main && git pull && git co -
25+
git checkout main && git pull
2626
git describe --tags `git rev-list --tags --max-count=1` # to verify what is the current tag
2727
export NEW_GIT_VERSION_WITHOUT_V_PREFIX= #...X.X.X
2828
./scripts/publish-release.sh
29-
```
29+
```

0 commit comments

Comments
 (0)