Skip to content

Commit a09f7c9

Browse files
Finalize changelog and release for version v4.30.9
1 parent 5ed775b commit a09f7c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oci/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.38.0"
11-
const ReleaseDate = "2021-08-04"
10+
const Version = "4.39.0"
11+
const ReleaseDate = "2021-08-11"
1212

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

0 commit comments

Comments
 (0)