Skip to content

Commit 3b644ac

Browse files
Updating ReleaseDate in version.go
1 parent 05ea1aa commit 3b644ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/globalvar/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
const Version = "5.38.0"
11-
const ReleaseDate = "2024-04-21"
11+
const ReleaseDate = "2024-04-17"
1212

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

0 commit comments

Comments
 (0)