Skip to content

Commit eb65e07

Browse files
committed
Finalize changelog and release for version v5.48.0
1 parent e5e5a18 commit eb65e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/globalvar/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 = "5.47.0"
11-
const ReleaseDate = "2024-06-19"
10+
const Version = "5.48.0"
11+
const ReleaseDate = "2024-06-29"
1212

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

0 commit comments

Comments
 (0)