bump release version

This commit is contained in:
Github Actions 2025-04-14 16:21:46 +00:00
parent 333eb45564
commit 5427c88915
2 changed files with 5 additions and 5 deletions

View file

@ -156,7 +156,7 @@ This utility can be used as a [pre-commit plugin](https://pre-commit.com/#instal
cat <<EOF >.pre-commit-config.yaml
repos:
- repo: https://github.com/acaloiaro/ess.git
rev: v2.18.0
rev: v2.18.1
hooks:
- id: ess
EOF
@ -214,7 +214,7 @@ It's even possible to provide default/example values for every environment varia
```yml
repos:
- repo: https://github.com/acaloiaro/ess.git
rev: v2.18.0
rev: v2.18.1
hooks:
- id: ess
```
@ -224,7 +224,7 @@ repos:
```yml
repos:
- repo: https://github.com/acaloiaro/ess.git
rev: v2.18.0
rev: v2.18.1
hooks:
- id: ess
args: ['--env-file=.env_file', '--sample-file=env_file.sample']
@ -239,7 +239,7 @@ environment variable name surrounded by `<brackets like this>` in sample files.
```yml
repos:
- repo: https://github.com/acaloiaro/ess.git
rev: v2.18.0
rev: v2.18.1
hooks:
- id: ess
args: [--example=FOO="Provide your foo here", --example=BAR="You can fetch bars from https://example.com/bars"]

View file

@ -1 +1 @@
2.18.0
2.18.1