From af86a593648e5aacb752f88d4f4f9259ae0c356e Mon Sep 17 00:00:00 2001 From: David Ralph Date: Fri, 6 Sep 2024 12:54:30 +0100 Subject: [PATCH] chore: add missing references to 7.1.2 --- .github/ISSUE_TEMPLATE/issue_report.yml | 1 + src/config/constants.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue_report.yml b/.github/ISSUE_TEMPLATE/issue_report.yml index 9d0174fc..6f41b63e 100644 --- a/.github/ISSUE_TEMPLATE/issue_report.yml +++ b/.github/ISSUE_TEMPLATE/issue_report.yml @@ -21,6 +21,7 @@ body: label: Version description: What version of Mue are you running? options: + - 7.1.2 - 7.1.1 - 7.1.0 - 7.0.0 diff --git a/src/config/constants.js b/src/config/constants.js index 374f3d1a..92717be1 100644 --- a/src/config/constants.js +++ b/src/config/constants.js @@ -26,4 +26,4 @@ export const TWITTER_HANDLE = 'getmue'; export const DISCORD_SERVER = 'zv8C9F8'; export const OPENCOLLECTIVE_USERNAME = 'mue'; -export const VERSION = '7.1.1'; +export const VERSION = '7.1.2';