We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91ce16b + f2370e5 commit 7caa22cCopy full SHA for 7caa22c
1 file changed
openhands_cli/tui/tui.py
@@ -97,9 +97,7 @@ def display_welcome(conversation_id: UUID, resume: bool = False) -> None:
97
98
# Check for updates and display version info
99
version_info = check_for_updates()
100
- print_formatted_text(
101
- HTML(f"<grey>Version:</grey> <white>{version_info.current_version}</white>")
102
- )
+ print_formatted_text(HTML(f"<grey>Version: {version_info.current_version}</grey>"))
103
104
if version_info.needs_update and version_info.latest_version:
105
print_formatted_text(
0 commit comments