diff options
author | 2022-05-10 06:27:45 +0800 | |
---|---|---|
committer | 2022-05-10 06:27:45 +0800 | |
commit | af1ff677545c9354aa8ae09d40b99317a6dd9613 (patch) | |
tree | 0234fd1d0d034649701f36a68650d595c9b9c2ab /.github | |
parent | 48d25009af415d99f8a7155f117a3979e5aceba5 (diff) | |
download | iced-af1ff677545c9354aa8ae09d40b99317a6dd9613.tar.gz iced-af1ff677545c9354aa8ae09d40b99317a6dd9613.tar.bz2 iced-af1ff677545c9354aa8ae09d40b99317a6dd9613.zip |
Drop older versions from list
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 5 |
1 files changed, 1 insertions, 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 |