mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-02 04:01:13 -05:00
10 lines
252 B
Go
10 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
|