This is an automated email from the ASF dual-hosted git repository. sfirke pushed a commit to branch sfirke-bump-bug-report-versions in repository https://gitbox.apache.org/repos/asf/superset.git
commit 22ab502480a664b5f62111186ec3adb80121c976 Author: Sam Firke <[email protected]> AuthorDate: Mon Dec 2 15:09:53 2024 -0500 chore(bug report template): bump Superset versions to reflect 4.1.1 release Bumped latest release to 4.1.1, prior release from 3.1.3 -> 4.0.2. --- .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 c50ba40eee..e6543af1ec 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
