terraform/version.go

10 lines
252 B
Go
Raw Normal View History

2014-05-24 21:04:43 +02:00
package main
import "github.com/hashicorp/terraform/terraform"
2014-05-24 21:04:43 +02:00
// The git commit that was compiled. This will be filled in by the compiler.
var GitCommit string
const Version = terraform.Version
const VersionPrerelease = terraform.VersionPrerelease