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 474aac1 commit 6a9ada2Copy full SHA for 6a9ada2
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 7.1.0 (Unreleased)
2
+
3
4
## 7.0.0 (May 06, 2025)
5
6
### Added
internal/globalvar/version.go
@@ -7,8 +7,8 @@ import (
7
"log"
8
)
9
10
-const Version = "7.0.0"
11
-const ReleaseDate = "2025-05-07"
+const Version = "7.1.0"
+const ReleaseDate = "2025-05-17"
12
13
func PrintVersion() {
14
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments