VERSION 0.3.0

This commit is contained in:
Feng_Qi 2021-10-09 00:03:45 +08:00
parent 8a6a859950
commit f369e796bf
3 changed files with 18 additions and 1 deletions

View file

@ -9,5 +9,5 @@ package g
// json Unmarshal with error
// 0.2.3
const (
VERSION = "0.2.3"
VERSION = "0.3.0"
)