Files
gf/version.go
John Guo ef7fec7e24 fix issue in failed installing when there's shortcut between file paths for command install (#2326)
* fix issue in failed installing when has shortcut between file paths for command install

* version updates

* template for command gf updates
2022-11-25 10:34:00 +08:00

7 lines
87 B
Go

package gf
const (
// VERSION is the current GoFrame version.
VERSION = "v2.2.5"
)