Skip to content

Commit 8561909

Browse files
committed
bump release version
1 parent 539f3db commit 8561909

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ This utility can be used as a [pre-commit plugin](https://pre-commit.com/#instal
156156
cat <<EOF >.pre-commit-config.yaml
157157
repos:
158158
- repo: https://github.com/acaloiaro/ess.git
159-
rev: v2.17.0
159+
rev: v2.18.0
160160
hooks:
161161
- id: ess
162162
EOF
@@ -214,7 +214,7 @@ It's even possible to provide default/example values for every environment varia
214214
```yml
215215
repos:
216216
- repo: https://github.com/acaloiaro/ess.git
217-
rev: v2.17.0
217+
rev: v2.18.0
218218
hooks:
219219
- id: ess
220220
```
@@ -224,7 +224,7 @@ repos:
224224
```yml
225225
repos:
226226
- repo: https://github.com/acaloiaro/ess.git
227-
rev: v2.17.0
227+
rev: v2.18.0
228228
hooks:
229229
- id: ess
230230
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.
239239
```yml
240240
repos:
241241
- repo: https://github.com/acaloiaro/ess.git
242-
rev: v2.17.0
242+
rev: v2.18.0
243243
hooks:
244244
- id: ess
245245
args: [--example=FOO="Provide your foo here", --example=BAR="You can fetch bars from https://example.com/bars"]

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.17.0
1+
2.18.0

0 commit comments

Comments
 (0)