github.com/tompao/terraform@v0.6.10-0.20180215233341-e41b29d0961b/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