From 21b9f62dbf0901e6ff453f11afb79a7ab89f1af1 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 1 May 2025 07:55:52 -0500 Subject: [PATCH] Update "Viewing the version" docs (#13241) Updates this section for - #12349 - #13108 --- docs/getting-started/help.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/help.md b/docs/getting-started/help.md index 67b15ae29..b8ab0e96a 100644 --- a/docs/getting-started/help.md +++ b/docs/getting-started/help.md @@ -38,17 +38,20 @@ problem is already solved in a newer version. To check the installed version: ```console -$ uv version +$ uv self version ``` The following are also valid: ```console -$ uv --version # Same output as `uv version` +$ uv --version # Same output as `uv self version` $ uv -V # Will not include the build commit and date -$ uv pip --version # Can be used with a subcommand ``` +!!! note + + Before uv 0.7.0, `uv version` was used instead of `uv self version`. + ## Troubleshooting issues The reference documentation contains a