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 6e39a9a commit 372ef54Copy full SHA for 372ef54
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 4.83.0 (Unreleased)
+## 4.83.0 (July 07, 2022)
2
3
### Added
4
- Support for BackupPolicy to the DBSystemSummary
internal/globalvar/version.go
@@ -8,7 +8,7 @@ import (
8
)
9
10
const Version = "4.83.0"
11
-const ReleaseDate = "2022-07-05"
+const ReleaseDate = "2022-07-07"
12
13
func PrintVersion() {
14
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments