From 1f7ed541c9ffa2edaf5c301482ca85df2bc5101f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 23:26:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20version=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- hooks/pre-command | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6266d5..133fcd3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add the following to your `pipeline.yml`: steps: - command: ./run_build.sh plugins: - - planetscale/telemetry#v0.0.1: {} + - planetscale/telemetry#v0.0.2: {} ``` ## Developing diff --git a/hooks/pre-command b/hooks/pre-command index 72366be..ac7afbb 100755 --- a/hooks/pre-command +++ b/hooks/pre-command @@ -3,7 +3,7 @@ set -eou pipefail #set -x -TAG="v0.0.0" +TAG="v0.0.2" docker run \ --rm \