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