Skip to content

Commit 9afcc2b

Browse files
Update releasedate in version.go
1 parent 397daf9 commit 9afcc2b

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 = "6.35.0"
11-
const ReleaseDate = "2025-04-19"
11+
const ReleaseDate = "2025-04-16"
1212

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

0 commit comments

Comments
 (0)