Skip to content

Commit 6c1b76b

Browse files
committed
Fix provider registry issue for oracle/oci
1 parent 9ad41a2 commit 6c1b76b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.88.1 (August 11, 2022)
2+
3+
### Bug Fix
4+
Fix provider registry for oracle/oci
15

26
## 4.88.0 (August 10, 2022)
37

internal/globalvar/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"log"
88
)
99

10-
const Version = "4.88.0"
11-
const ReleaseDate = "2022-08-10"
10+
const Version = "4.88.1"
11+
const ReleaseDate = "2022-08-11"
1212

1313
func PrintVersion() {
1414
log.Printf("[INFO] terraform-provider-oci %s\n", Version)

0 commit comments

Comments
 (0)