mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-24 07:37:05 -04:00
12 lines
212 B
Go
12 lines
212 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
package main
|
|
|
|
import (
|
|
"github.com/hashicorp/terraform/version"
|
|
)
|
|
|
|
var Version = version.Version
|
|
|
|
var VersionPrerelease = version.Prerelease
|