From 44bd2008858a078aac4cc6cf2cf5bea8f53bd633 Mon Sep 17 00:00:00 2001 From: Clay Heaton Date: Thu, 10 Apr 2025 09:58:00 -0400 Subject: [PATCH] fix(docs): Update quickstart.mdx to reflect latest version tag (#33063) --- docs/docs/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/quickstart.mdx b/docs/docs/quickstart.mdx index 9e5210bdfae..4ff3b381941 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/4.1.1 +$ git checkout tags/4.1.2 # Fire up Superset using Docker Compose $ docker compose -f docker-compose-image-tag.yml up