diff --git a/.gitee/ISSUE_TEMPLATE.MD b/.gitee/ISSUE_TEMPLATE.MD index 71c7ef4d1..faaaa8b56 100644 --- a/.gitee/ISSUE_TEMPLATE.MD +++ b/.gitee/ISSUE_TEMPLATE.MD @@ -1,34 +1,33 @@ - -### 1. What version of `Go` are you using (`go version`)? + +### 1. 您当前使用的`Go`版本(将终端`go version`指令结果粘贴到下面)?
 $ go version
 
 
-### 2. What version of `GoFrame` are you using? +### 2. 您当前使用的`GoFrame`版本(可以查看`go.mod`/`version.go`/`gf.VERSION`)? -### 3. Does this issue reproduce with the latest release? +### 3. 您所遇到的问题是否在框架最新版本中也可复现? -### 4. What did you do? +### 4. 问题描述? -### 5. What did you expect to see? +### 5. 您期望得到的结果? -### 6. What did you see instead? +### 6. 您实际得到的结果? diff --git a/.github/ISSUE_TEMPLATE.MD b/.github/ISSUE_TEMPLATE.MD index 71c7ef4d1..1e7aac857 100644 --- a/.github/ISSUE_TEMPLATE.MD +++ b/.github/ISSUE_TEMPLATE.MD @@ -18,8 +18,7 @@ $ go version diff --git a/version.go b/version.go index 0d0ed3eac..9ec85e4a1 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package gf -const VERSION = "v1.5.4" +const VERSION = "v1.5.7" const AUTHORS = "john"