version.go 86 B

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