version.go 70 B

123456
  1. package main
  2. const (
  3. __NAME__ = "agent"
  4. __VERSION__ = "0.0.1"
  5. )