From 41dec4bcf93a1e0191f706064ee918d37d7fc96b Mon Sep 17 00:00:00 2001 From: David Poindexter Date: Wed, 17 Jan 2024 13:03:35 -0500 Subject: [PATCH] Update bug report issue template with latest version info This PR updates the bug report issue template to reflect the current released and alpha versions. --- .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 626be41f66b..e767189252a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -72,8 +72,8 @@ body: **NOTE:** _If your version is not listed, please upgrade to the latest version. If you cannot upgrade at this time, please open a [Discussion](https://github.com/dnnsoftware/Dnn.Platform/discussions) instead._ multiple: true options: - - 9.13.0 (latest release) - - 9.13.1 (alpha) + - 9.13.2 (latest release) + - 9.13.3 (alpha) - 10.0.0 (alpha) validations: required: true