Skip to content

Commit

Permalink
🤖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 16, 2024
1 parent 3a324e4 commit 638c6c0
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.2: {}
- planetscale/telemetry#v0.0.3: {}
```
## 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.2"
TAG="v0.0.3"

docker run \
--rm \
Expand Down

0 comments on commit 638c6c0

Please sign in to comment.