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 e95fac9 commit e691331Copy full SHA for e691331
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 5.35.0 (Unreleased)
2
+
3
4
## 5.34.0 (March 19, 2024)
5
6
### Added
internal/globalvar/version.go
@@ -7,8 +7,8 @@ import (
7
"log"
8
)
9
10
-const Version = "5.34.0"
11
-const ReleaseDate = "2024-03-20"
+const Version = "5.35.0"
+const ReleaseDate = "2024-03-27"
12
13
func PrintVersion() {
14
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments