version.go 119 B

123456
  1. package main
  2. const (
  3. //Version contains version of the package
  4. Version = "0.2 - built: 2017-07-10 19:32:33 UTC"
  5. )