From af1ff677545c9354aa8ae09d40b99317a6dd9613 Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Tue, 10 May 2022 06:27:45 +0800 Subject: Drop older versions from list --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 0e275a63..8500f2aa 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -60,10 +60,7 @@ body: description: What version of iced are you using? options: - master - - 0.4.2 - - 0.4.1 - - 0.4.0 - - 0.3.0 + - "0.4" validations: required: true - type: dropdown -- cgit