Skip to content

Commit 6495a11

Browse files
daniel-hutaosteinliber
authored andcommitted
chore: update version to 0.10.0
Signed-off-by: Daniel Hu <[email protected]>
1 parent 59c46f4 commit 6495a11

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ body:
2828
label: 'DevStream Version'
2929
description: "To find out the version run: `dtm version`"
3030
options:
31-
- < v0.9.1
32-
- v0.9.1
31+
- < v0.10.0
32+
- v0.10.0
3333
- latest
3434
validations:
3535
required: true

docs/best-practices/air-gapped-deployment.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ chmod +x dtm
3333

3434
```shell
3535
$ dtm version
36-
0.9.1
36+
0.10.0
3737
```
3838

3939
### 1.2、下载 plugins

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ Then you can verify that the permissions and version of dtm are correct with the
4747

4848
```shell
4949
$ dtm version
50-
0.9.1
51-
```
50+
0.10.0
51+
```

docs/install.zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ chmod +x dtm
4747

4848
```shell
4949
$ dtm version
50-
0.9.1
51-
```
50+
0.10.0
51+
```

0 commit comments

Comments
 (0)