Skip to content

Commit ec8765b

Browse files
authored
Merge pull request #2274 from oracle/ganbaras-patch-1
Update version.go
2 parents a0970cb + 21e77a5 commit ec8765b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

internal/globalvar/version.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,9 @@ import (
77
"log"
88
)
99

10-
<<<<<<< HEAD
1110
const Version = "6.22.0"
1211

1312
const ReleaseDate = "2025-01-19"
14-
=======
15-
const Version = "6.21.0"
16-
17-
const ReleaseDate = "2024-12-22"
18-
>>>>>>> 57b36061333 (Finalize changelog and release for version v6.21.0)
1913

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

0 commit comments

Comments
 (0)