route/vendor/github.com/hashicorp/terraform/version.go

13 lines
243 B
Go
Raw Normal View History

2017-12-02 23:34:35 +00:00
package main
import (
"github.com/hashicorp/terraform/version"
)
// The git commit that was compiled. This will be filled in by the compiler.
var GitCommit string
const Version = version.Version
var VersionPrerelease = version.Prerelease