mirror of
https://gitee.com/johng/gf.git
synced 2024-11-30 03:07:45 +08:00
7b0fd6de9b
* add cli upgraded supported for command up * improve unit case for package internal/mutex * v2.3.1 Co-authored-by: houseme <housemecn@gmail.com>
7 lines
87 B
Go
7 lines
87 B
Go
package gf
|
|
|
|
const (
|
|
// VERSION is the current GoFrame version.
|
|
VERSION = "v2.3.1"
|
|
)
|