Skip to content

Conversation

@Mayanknishad9
Copy link
Contributor

@Mayanknishad9 Mayanknishad9 commented Dec 10, 2025

Describe the changes that are made

  • This PR fixes a recurring typo and standardizes how the version is displayed in the CLI.
  • Corrected the VersionIdentifier typo in utils/utils.go (Idenitfier to Identifier)
  • Corrected the same typo in main.go and updated the key from "version" to "Version"
  • Updated the CLI banner to display Version: with proper casing

Links & References

Closes: #3346

🔗 Related PRs

  • NA

🐞 Related Issues

  • NA

📄 Related Documents

  • NA

What type of PR is this? (check all applicable)

  • 📦 Chore
  • 🍕 Feature
  • 🐞 Bug Fix
  • 📝 Documentation Update
  • 🎨 Style
  • 🧑‍💻 Code Refactor
  • 🔥 Performance Improvements
  • ✅ Test
  • 🔁 CI
  • ⏩ Revert

Added e2e test pipeline?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help

Added comments for hard-to-understand areas?

  • 👍 yes
  • 🙅 no, because the code is self-explanatory

Added to documentation?

  • 📜 README.md
  • 📓 Wiki
  • 🙅 no documentation needed

Are there any sample code or steps to test the changes?

  • 👍 yes, mentioned below
  • 🙅 no, because it is not needed

Self Review done?

  • ✅ yes
  • ❌ no, because I need help

Any relevant screenshots, recordings or logs?

N/A

Additional checklist:

@github-actions
Copy link

github-actions bot commented Dec 10, 2025

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@github-actions
Copy link

The CLA check failed. Please ensure you have:

  • Signed the CLA by commenting 'I have read the CLA Document and I hereby sign the CLA.'
  • Used the correct email address in your commits (matches the one you used to sign the CLA).

After fixing these issues, comment 'recheck' to trigger the workflow again.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you and congratulations 🎉 for opening your very first pull request in keploy

@Mayanknishad9
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@Mayanknishad9
Copy link
Contributor Author

recheck

fix: update CLI banner casing and fix identifier typo

- Fixed typo: VersionIdenitifier to VersionIdentifier
- Changed value from 'version' to 'Version'
- CLI banner now shows 'Version:' instead of 'version:'

Signed-off-by: Mayank Nishad <mayankn051@gmail.com>
fix: correct VersionIdentifier typo in utils/utils.go

Fixed spelling: VersionIdenitifier to VersionIdentifier

Signed-off-by: Mayank Nishad <mayankn051@gmail.com>
Signed-off-by: Mayank Nishad <mayankn051@gmail.com>
@Mayanknishad9
Copy link
Contributor Author

Hi @gouravkrosx and @Sarthak160 , I've submitted a PR to fix the recurring typo and standardize the version display in the CLI.

@Mayanknishad9
Copy link
Contributor Author

@gouravkrosx and @Sarthak160 I would request to merge the changes and close this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Refactor/UI]: Fix typo 'VersionIdenitfier' and inconsistent version label in CLI

2 participants