Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/getting-started/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading