mattermost / mattermost-plugin-starter-template

Build scripts and templates for writing Mattermost plugins.
https://developers.mattermost.com/extend/plugins/
Apache License 2.0
128 stars 120 forks source link

Potential server version requirement discrepancy #172

Closed moussetc closed 1 year ago

moussetc commented 1 year ago

The server Go code is compiled using mattermost-server/v6 has dependency, but the plugin.json only requires a minimum server version of 5.37.

Should it be the same version in both files?

hanzei commented 1 year ago

Jep, the min server version should be bumped.