From 6cb21416541793fd709503a0d12b82a9adf914b0 Mon Sep 17 00:00:00 2001 From: satmandu Date: Mon, 9 Aug 2021 11:47:57 -0400 Subject: [PATCH] Add current release to Issue Template --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2b29e2510..f8559a645 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -85,8 +85,8 @@ body: label: Application Version description: What build version of our software are you running? options: - - 0.2.3 (Latest Build) - - 0.2.2 (Latest Release) + - 0.2.4 (Latest Release) + - 0.2.3 validations: required: true - type: dropdown