From e5679e02586d591c4c059b80b749809b60efe843 Mon Sep 17 00:00:00 2001 From: Yasin Date: Wed, 18 Oct 2023 00:16:27 +0200 Subject: fix issue_template (#369) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/ISSUE_TEMPLATE/bug_report.yml') diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 13f9e756..72f0fc8c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -37,7 +37,7 @@ body: options: - 1.20.2 - 1.20.1 - - 1.20.0 + - 1.20 validations: required: true - type: input -- cgit