We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ac48d commit 9183be4Copy full SHA for 9183be4
1 file changed
terraform/version.go
@@ -7,7 +7,7 @@ import (
7
)
8
9
// The main version number that is being run at the moment.
10
-const Version = "0.8.6"
+const Version = "0.9.0"
11
12
// A pre-release marker for the version. If this is "" (empty string)
13
// then it means that it is a final release. Otherwise, this is a pre-release
0 commit comments