Clarify that UUID is version 4 (#1821)

This commit is contained in:
Trevor Gross 2024-01-06 01:20:44 -05:00 committed by GitHub
parent 1bfed56e5e
commit 0dbd5bf0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1406,7 +1406,7 @@ which will halt execution.
string.
- `sha256_file(path)` - Return the SHA-256 hash of the file at `path` as a
hexadecimal string.
- `uuid()` - Return a randomly generated UUID.
- `uuid()` - Generate a random version 4 UUID.
#### Semantic Versions