chore: bump devtools version to 0.0.7 (#16)

### What this PR does?
升级 devtools 版本到 0.0.7

```release-note
None
```
This commit is contained in:
guqing
2023-09-26 15:58:14 +08:00
committed by GitHub
parent 0dc49191a1
commit a2986389b1

View File

@@ -2,7 +2,7 @@ plugins {
id 'java' id 'java'
id "com.github.node-gradle.node" version "5.0.0" id "com.github.node-gradle.node" version "5.0.0"
id "io.freefair.lombok" version "8.0.1" id "io.freefair.lombok" version "8.0.1"
id "run.halo.plugin.devtools" version "0.0.4" id "run.halo.plugin.devtools" version "0.0.7"
} }
group 'run.halo.starter' group 'run.halo.starter'