bump version to v0.8.0

This commit is contained in:
root
2026-07-29 15:45:24 +08:00
parent 942aad70b5
commit 3a5a16c916
12 changed files with 16 additions and 16 deletions

View File

@ -57,8 +57,8 @@ go build -o plugindev
plugindev sdk list # list installed SDK versions
plugindev sdk current # show current SDK version
plugindev sdk latest # show latest available version
plugindev sdk install v0.7.1 # install a specific version
plugindev sdk use v0.7.1 # switch to a version
plugindev sdk install v0.8.0 # install a specific version
plugindev sdk use v0.8.0 # switch to a version
plugindev sdk path # show current SDK path
```