mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-17 09:52:49 -05:00
9 lines
252 B
Go
9 lines
252 B
Go
package main
|
|
|
|
import "github.com/hashicorp/terraform/terraform"
|
|
|
|
// 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
|