diff --git a/encoding/gjson/gjson_api_new_load.go b/encoding/gjson/gjson_api_new_load.go index f9a52d016..3e57def8a 100644 --- a/encoding/gjson/gjson_api_new_load.go +++ b/encoding/gjson/gjson_api_new_load.go @@ -207,7 +207,7 @@ func LoadContentType(dataType string, data interface{}, safe ...bool) (*Json, er return doLoadContent(dataType, content, safe...) } -// IsValidDataType checks and returns whether given an valid data type for loading. +// IsValidDataType checks and returns whether given a valid data type for loading. func IsValidDataType(dataType string) bool { if dataType == "" { return false diff --git a/version.go b/version.go index f38d71e9c..5b75d2b9e 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package gf -const VERSION = "v1.13.6" +const VERSION = "v1.13.7" const AUTHORS = "john"