diff --git a/docs/docs/quickstart.mdx b/docs/docs/quickstart.mdx index b92c038fb22..eb234ca795e 100644 --- a/docs/docs/quickstart.mdx +++ b/docs/docs/quickstart.mdx @@ -32,7 +32,7 @@ git clone https://github.com/apache/superset $ cd superset # Set the repo to the state associated with the latest official version -$ git checkout tags/5.0.0 +$ git checkout tags/6.0.0 # Fire up Superset using Docker Compose $ docker compose -f docker-compose-image-tag.yml up diff --git a/docs/versioned_docs/version-6.0.0/quickstart.mdx b/docs/versioned_docs/version-6.0.0/quickstart.mdx index 4e23b422e99..bbd4e5d0d44 100644 --- a/docs/versioned_docs/version-6.0.0/quickstart.mdx +++ b/docs/versioned_docs/version-6.0.0/quickstart.mdx @@ -32,7 +32,7 @@ git clone https://github.com/apache/superset $ cd superset # Set the repo to the state associated with the latest official version -$ git checkout tags/5.0.0 +$ git checkout tags/6.0.0 # Fire up Superset using Docker Compose $ docker compose -f docker-compose-image-tag.yml up