diff --git a/config/framework/base_config.yaml.example b/config/framework/base_config.yaml.example index 73f4664..7a92c0f 100644 --- a/config/framework/base_config.yaml.example +++ b/config/framework/base_config.yaml.example @@ -1,7 +1,7 @@ framework: debug: true name: SenSu - version: v0.7.0 + version: v0.8.0 branch: dev repo_url: https://git.yeij.top/AskaEth/SenSu logging: diff --git a/version.json b/version.json index 2e10ec6..eacf684 100644 --- a/version.json +++ b/version.json @@ -1,11 +1,11 @@ { "framework": { - "version": "v0.7.0", + "version": "v0.8.0", "url": "https://git.yeij.top/AskaEth/SenSu/archive/dev.zip", - "notes": "安全加固 + Sentinel 集群监控 + API Key 系统 + 更新服务" + "notes": "Sentinel横版折线图+磁盘分区+负载/SWAP/温度 | Windows兼容 | 自动更新+备份回滚 | 插件导入安装 | 安全加固29项" }, "plugins": { - "sentinel": { "version": "1.0.0", "url": "" }, + "sentinel": { "version": "1.1.0", "url": "" }, "example_plugin": { "version": "1.0.0", "url": "" } } }