diff options
Diffstat (limited to '')
-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 |