github.com/azunymous/cdx@v0.0.0-20201122180449-fbb46cc4d252/cmd/cdx/version.go (about)

     1  package main
     2  
     3  var (
     4  	version   = "unversioned"
     5  	buildTime = "no time set"
     6  	gitHash   = "no hash set"
     7  )