version.go 120 B

123456
  1. package main
  2. const (
  3. //Version contains version of the package
  4. Version = "v0.1 - built: 2017-09-13 10:02:29 UTC"
  5. )