ver.go 86 B

123456789
  1. package nnet
  2. const (
  3. VERSION = "0.0.1"
  4. )
  5. func Version() string {
  6. return VERSION
  7. }