Skip to content

Commit

Permalink
Update website/docs/reference/commands/version.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop authored Oct 28, 2024
1 parent 450ab5a commit 2cedcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/commands/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `--version` command-line flag returns information about the currently instal
## Versioning
To learn more about release versioning for dbt Core, refer to [How dbt Core uses semantic versioning](/docs/dbt-versions/core#how-dbt-core-uses-semantic-versioning).

If using [versionless dbt Cloud](/docs/dbt-versions/upgrade-dbt-version-in-cloud#versionless), then `dbt_version` uses the latest (continuous) release version. This also follows semantic versioning guidelines, using the `YYYY.MM.DD+<suffix>` format, where the year, month, and day represent the date the version was built (e.g., `2024.10.28+996c6a8`). The suffix provides additional unique identification for each build."
If using [versionless dbt Cloud](/docs/dbt-versions/upgrade-dbt-version-in-cloud#versionless), then `dbt_version` uses the latest (continuous) release version. This also follows semantic versioning guidelines, using the `YYYY.MM.DD+<suffix>` format, where the year, month, and day represent the date the version was built (e.g., `2024.10.28+996c6a8`). The suffix provides additional unique identification for each build.

## Example usages

Expand Down

0 comments on commit 2cedcab

Please sign in to comment.