Skip to content

Commit 3d02dc8

Browse files
committed
Finalize changelog and release for version v4.41.0
1 parent 7bcfc6c commit 3d02dc8

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.40.0"
11-
const ReleaseDate = "2021-08-18"
10+
const Version = "4.41.0"
11+
const ReleaseDate = "2021-08-25"
1212

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

0 commit comments

Comments
 (0)