From e7fd65fd4e65838b7e9aae40f29d982aefca9fa5 Mon Sep 17 00:00:00 2001 From: moussetc Date: Mon, 6 Feb 2023 23:41:47 +0100 Subject: [PATCH] Update plugin.json (#174) Bump up min_server_version to match mattermost-server in go.mod Fixes #172 --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index cc1cf77..7f3cd0a 100644 --- a/plugin.json +++ b/plugin.json @@ -7,7 +7,7 @@ "release_notes_url": "https://github.com/mattermost/mattermost-plugin-starter-template/releases/tag/v0.1.0", "icon_path": "assets/starter-template-icon.svg", "version": "0.1.0", - "min_server_version": "5.37.0", + "min_server_version": "6.2.1", "server": { "executables": { "linux-amd64": "server/dist/plugin-linux-amd64",