github.com/lakshmikarc/terraform-2@v0.11.9-0.20181005183753-e0b7475984b7/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