github.com/hooklift/terraform@v0.11.0-beta1.0.20171117000744-6786c1361ffe/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