version.go 55 B

12345
  1. package config
  2. const (
  3. VERSION = "v0.12.1-c784f99"
  4. )