Skip to content

Commit

Permalink
Merge pull request #2274 from oracle/ganbaras-patch-1
Browse files Browse the repository at this point in the history
Update version.go
  • Loading branch information
ganbaras authored Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents a0970cb + 21e77a5 commit ec8765b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/globalvar/version.go
Original file line number Diff line number Diff line change
@@ -7,15 +7,9 @@ import (
"log"
)

<<<<<<< HEAD
const Version = "6.22.0"

const ReleaseDate = "2025-01-19"
=======
const Version = "6.21.0"

const ReleaseDate = "2024-12-22"
>>>>>>> 57b36061333 (Finalize changelog and release for version v6.21.0)

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

0 comments on commit ec8765b

Please sign in to comment.