Skip to content

Commit 22c669c

Browse files
committed
Finalize changelog and release for version v4.45.0
1 parent 7610de3 commit 22c669c

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.44.0"
11-
const ReleaseDate = "2021-09-15"
10+
const Version = "4.45.0"
11+
const ReleaseDate = "2021-09-22"
1212

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

0 commit comments

Comments
 (0)