summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-12-14 03:37:49 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-12-14 03:37:49 +0100
commit0591798db7afb945d634e1f6f781701f4549bc6a (patch)
tree574f2567168db1e1f1a8b92f56241c00b9696f9d /.github/ISSUE_TEMPLATE
parentc35ca2a3207ea24963eb87f4850bf3e3b38ca7d6 (diff)
downloadiced-0591798db7afb945d634e1f6f781701f4549bc6a.tar.gz
iced-0591798db7afb945d634e1f6f781701f4549bc6a.tar.bz2
iced-0591798db7afb945d634e1f6f781701f4549bc6a.zip
Update latest release number in `BUG_REPORT.yml`
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/BUG-REPORT.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
index 96dcc3b6..d58a4feb 100644
--- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
+++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
@@ -58,12 +58,12 @@ body:
attributes:
label: Version
description: |
- We only offer support for the `0.4` release on crates.io and the `master` branch on this repository. Which version are you using? Please make sure you are using the latest patch available (e.g. run `cargo update`).
+ We only offer support for the latest release on crates.io and the `master` branch on this repository. Which version are you using? Please make sure you are using the latest patch available (e.g. run `cargo update`).
- If you are using an older release, please upgrade to `0.4` before filing an issue.
+ If you are using an older release, please upgrade to the latest one before filing an issue.
options:
- master
- - 0.4
+ - 0.6
validations:
required: true
- type: dropdown