From 6c2aade37587c29eaf704e2778422f04e809895c Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Tue, 3 Dec 2024 12:14:36 -0500 Subject: [PATCH] chore(bug report template): bump Superset versions to reflect 4.1.1 release (#31259) --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c50ba40ee..e6543af1e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -41,8 +41,8 @@ body: label: Superset version options: - master / latest-dev - - "4.1.0" - - "3.1.3" + - "4.1.1" + - "4.0.2" validations: required: true - type: dropdown