github.com/hairyhenderson/templater@v3.5.0+incompatible/version/version.go (about)

     1  package version
     2  
     3  var (
     4  	// Version will be overwritten automatically by the build
     5  	Version = "0.0.0"
     6  	// GitCommit will be overwritten automatically by the build
     7  	GitCommit = "HEAD"
     8  	// BuildDate will be overwritten automatically by the build
     9  	BuildDate = ""
    10  )