From 5427c889151f7ed9789a602204ae27a8e5844c67 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 14 Apr 2025 16:21:46 +0000 Subject: [PATCH] bump release version --- README.md | 8 ++++---- version.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a319183..d174832 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ This utility can be used as a [pre-commit plugin](https://pre-commit.com/#instal cat <.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 `` 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"] diff --git a/version.txt b/version.txt index cf86907..a36e9b0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.18.0 +2.18.1