mirror of
https://gitee.com/johng/gf.git
synced 2024-12-12 12:45:08 +08:00
e8088a6563
* improve command by removing all dao files if clear option is true * version updates
7 lines
87 B
Go
7 lines
87 B
Go
package gf
|
|
|
|
const (
|
|
// VERSION is the current GoFrame version.
|
|
VERSION = "v2.3.3"
|
|
)
|