Skip to content

Commit 0f03ceb

Browse files
committed
fix in version.go
2 parents a0970cb + 4001a09 commit 0f03ceb

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)