From 2d1a24afc53c8f979bb36cb7148dde4dc3fa0c5d Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:53:40 -0500 Subject: [PATCH] Updates versionless backend "version" to 1.10 (#6419) ## What are you changing in this pull request and why? Web team fixed issue where v1.10 was seen as v1.1 Updating Versionless "version" for docs ## Checklist - [ ] I have reviewed the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [ ] The topic I'm writing about is for specific dbt version(s) and I have versioned it according to the [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and/or [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content) guidelines. - [ ] I have added checklist item(s) to this list for anything anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch." - [ ] The content in this PR requires a dbt release note, so I added one to the [release notes page](https://docs.getdbt.com/docs/dbt-versions/dbt-cloud-release-notes). --- website/dbt-versions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/dbt-versions.js b/website/dbt-versions.js index baa6be6903d..42ad3377508 100644 --- a/website/dbt-versions.js +++ b/website/dbt-versions.js @@ -15,7 +15,7 @@ */ exports.versions = [ { - version: "1.9.1", + version: "1.10", customDisplay: "Cloud (Versionless)", }, {