github.com/lukahartwig/terraform@v0.11.4-0.20180302171601-664391c254ea/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