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 19, 2024
1 parent c7644df commit dc6a850
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 @@ -15,7 +15,7 @@ Add the following to your `pipeline.yml`:
steps:
- command: ./run_build.sh
plugins:
- planetscale/telemetry#v0.0.5: {}
- planetscale/telemetry#v0.0.6: {}
```
The are no configuration options at this time.
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.5"
TAG="v0.0.6"

docker run \
--rm \
Expand Down

0 comments on commit dc6a850

Please sign in to comment.