We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae708e6 commit 09da9a3Copy full SHA for 09da9a3
oci/version.go
@@ -6,7 +6,7 @@ import (
6
"log"
7
)
8
9
-const Version = "3.7.0"
+const Version = "3.8.0"
10
11
func PrintVersion() {
12
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments