github.com/simpleusd/terraform@v0.11.8-0.20180606155740-fce30c14f051/version.go (about)

     1  package main
     2  
     3  import (
     4  	"github.com/hashicorp/terraform/version"
     5  )
     6  
     7  // The git commit that was compiled. This will be filled in by the compiler.
     8  var GitCommit string
     9  
    10  const Version = version.Version
    11  
    12  var VersionPrerelease = version.Prerelease