This commit is contained in:
gotoeasy 2023-02-03 14:17:52 +08:00
parent b5603319ef
commit 6371932ce8
3 changed files with 6 additions and 2 deletions

View File

@ -177,6 +177,10 @@ func main() {
- [ ] 集群支持动态删减节点(或是页面管理删除)
### 版本`0.8.6`
- [x] 升级使用Go1.20更优秀的编译和运行时进一步减少内存开销进一步提高整体CPU性能
### 版本`0.8.5`
- [x] 后端配合前端路由,设定自动跳转改善使用体验

View File

@ -1,6 +1,6 @@
module glc
go 1.19
go 1.20
require (
github.com/gotoeasy/glang v0.0.0-20221215063310-d39cd67685c4

View File

@ -1,3 +1,3 @@
package onstart
const VERSION = "glogcenter 0.8.5"
const VERSION = "glogcenter 0.8.6"