version.go 177 B

12345678
  1. package internal
  2. var (
  3. // Version is the git tag that this was built from.
  4. Version = "unknown"
  5. // GitCommit is the commit that this was built from.
  6. GitCommit = "unknown"
  7. )