Skip to content

Commit e1a155e

Browse files
🤖 Bump version
1 parent 765be8e commit e1a155e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the following to your `pipeline.yml`:
1515
steps:
1616
- command: ./run_build.sh
1717
plugins:
18-
- planetscale/telemetry#v0.0.6: {}
18+
- planetscale/telemetry#v0.0.7: {}
1919
```
2020
2121
The are no configuration options at this time.

‎hooks/pre-command‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eou pipefail
44
#set -x
55

6-
TAG="v0.0.6"
6+
TAG="v0.0.7"
77

88
docker run \
99
--rm \

0 commit comments

Comments
 (0)