From 3beaf555b8fb7f99ed2d08e38d6f59a1504ffb64 Mon Sep 17 00:00:00 2001 From: Rajat Dabade Date: Thu, 21 Nov 2024 17:16:17 +0530 Subject: [PATCH] Upgraded boards version to v9.0.2 --- plugin.json | 2 +- server/manifest.go | 2 +- webapp/src/constants.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.json b/plugin.json index ae4bce6f..bd2a9d9a 100644 --- a/plugin.json +++ b/plugin.json @@ -6,7 +6,7 @@ "support_url": "https://github.com/mattermost/focalboard/issues", "release_notes_url": "https://github.com/mattermost/focalboard/releases", "icon_path": "assets/starter-template-icon.svg", - "version": "9.0.1", + "version": "9.0.2", "min_server_version": "7.2.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 98ea1fa5..a7deb829 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -20,7 +20,7 @@ const manifestStr = ` "support_url": "https://github.com/mattermost/focalboard/issues", "release_notes_url": "https://github.com/mattermost/focalboard/releases", "icon_path": "assets/starter-template-icon.svg", - "version": "9.0.1", + "version": "9.0.2", "min_server_version": "7.2.0", "server": { "executables": { diff --git a/webapp/src/constants.ts b/webapp/src/constants.ts index 43090f8f..25509b5a 100644 --- a/webapp/src/constants.ts +++ b/webapp/src/constants.ts @@ -37,7 +37,7 @@ class Constants { static readonly titleColumnId = '__title' static readonly badgesColumnId = '__badges' - static readonly versionString = '9.0.1' + static readonly versionString = '9.0.2' static readonly versionDisplayString = 'June 2024' static readonly archiveHelpPage = 'https://docs.mattermost.com/boards/migrate-to-boards.html'