Skip to content

Commit 97b4ac4

Browse files
committed
ci: release v0.2.6
1 parent 62d8a75 commit 97b4ac4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ CloudToolKit is intended to help defenders verify:
5959
| Azure | Virtual Machines, Blob Storage | - |
6060
| GCP | Compute Engine, Cloud DNS, IAM | - |
6161
| Volcengine | ECS, IAM, TOS, RDS, DNS | iam-user-check, bucket-check, instance-cmd-check |
62-
| JDCloud | VM, LAVM, IAM, OSS | iam-user-check, instance-cmd-check |
62+
| JDCloud | VM, LAVM, IAM, OSS | iam-user-check, bucket-check, instance-cmd-check |
6363

6464
## Quick Start
6565

runner/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const banner = `
1212
`
1313

1414
// version is the current version of cloudtoolkit
15-
const version = `0.2.5`
15+
const version = `0.2.6`
1616

1717
// showBanner is used to show the banner to the user
1818
func ShowBanner() {

0 commit comments

Comments
 (0)