Skip to content

Commit 1f7ed54

Browse files
🤖 Update version tag
1 parent 700ff2b commit 1f7ed54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: ‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the following to your `pipeline.yml`:
1010
steps:
1111
- command: ./run_build.sh
1212
plugins:
13-
- planetscale/telemetry#v0.0.1: {}
13+
- planetscale/telemetry#v0.0.2: {}
1414
```
1515
## Developing
1616

Diff for: ‎hooks/pre-command

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eou pipefail
44
#set -x
55

6-
TAG="v0.0.0"
6+
TAG="v0.0.2"
77

88
docker run \
99
--rm \

0 commit comments

Comments
 (0)