version.go 130 B

123456
  1. package main
  2. const (
  3. //Version contains version of the package
  4. Version = "0.1-1-gad1a9d3 - built: 2017-07-10 16:18:52 UTC"
  5. )