mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 08:51:02 -06: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
|