github.com/jrasell/terraform@v0.6.17-0.20160523115548-2652f5232949/version.go (about)

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