version.go 87 B

123456
  1. package gf
  2. const (
  3. // VERSION is the current GoFrame version.
  4. VERSION = "v2.2.2"
  5. )