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 adad865 commit d35d332Copy full SHA for d35d332
oci/version.go
@@ -7,7 +7,7 @@ import (
7
"log"
8
)
9
10
-const Version = "3.83.0"
+const Version = "3.84.0"
11
12
func PrintVersion() {
13
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments