version.go 130 B

123456
  1. package main
  2. const (
  3. //Version contains version of the package
  4. Version = "0.4-4-g806e41c - built: 2017-07-15 21:01:58 UTC"
  5. )