Skip to content

Commit

Permalink
🤖 Update version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 16, 2024
1 parent 700ff2b commit 1f7ed54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hooks/pre-command
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eou pipefail
#set -x

TAG="v0.0.0"
TAG="v0.0.2"

docker run \
--rm \
Expand Down

0 comments on commit 1f7ed54

Please sign in to comment.