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 9d67964 commit 8348537Copy full SHA for 8348537
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 3.9.1 (Unreleased)
+## 3.10.0 (Unreleased)
2
3
### Added
4
- Support for attaching Route Table to Subnet. Issue [#270](https://github.com/terraform-providers/terraform-provider-oci/issues/270)
oci/version.go
@@ -6,7 +6,7 @@ import (
6
"log"
7
)
8
9
-const Version = "3.9.0"
+const Version = "3.10.0"
10
11
func PrintVersion() {
12
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments