github.com/cmorent/terraform@v0.9.7-0.20170606050955-17b4f0a85504/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  
    10  var VersionPrerelease = terraform.VersionPrerelease