v0.9.36 脚本引擎切换至 v8 , 支持 ES6 语法

This commit is contained in:
Max 2022-01-24 00:31:25 +08:00
parent 30069763a8
commit b9bff2432c
2 changed files with 1 additions and 2 deletions

1
go.mod
View file

@ -47,7 +47,6 @@ require (
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1 // indirect
google.golang.org/grpc v1.42.0 // indirect
rogchap.com/v8go v0.7.0 // indirect
)
// go env -w GOPRIVATE=github.com/yaoapp/*

View file

@ -1,7 +1,7 @@
package share
// VERSION 版本号
const VERSION = "0.9.35"
const VERSION = "0.9.36"
// DOMAIN 许可域(废弃)
const DOMAIN = "*.iqka.com"