version.go 88 B

1234567
  1. package version
  2. const VERSION = "0.0.16"
  3. func GetVersion() string {
  4. return VERSION
  5. }