mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-30 08:36:54 +02:00
update min version in Plugin and build (#3018)
This commit is contained in:
parent
4a99a91cc9
commit
3ccebe8506
@ -7,7 +7,7 @@
|
||||
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
|
||||
"icon_path": "assets/starter-template-icon.svg",
|
||||
"version": "0.17.0",
|
||||
"min_server_version": "6.0.0",
|
||||
"min_server_version": "6.7.0",
|
||||
"server": {
|
||||
"executables": {
|
||||
"linux-amd64": "server/dist/plugin-linux-amd64",
|
||||
|
2
mattermost-plugin/server/manifest.go
generated
2
mattermost-plugin/server/manifest.go
generated
@ -21,7 +21,7 @@ const manifestStr = `
|
||||
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
|
||||
"icon_path": "assets/starter-template-icon.svg",
|
||||
"version": "0.17.0",
|
||||
"min_server_version": "6.0.0",
|
||||
"min_server_version": "6.7.0",
|
||||
"server": {
|
||||
"executables": {
|
||||
"darwin-amd64": "server/dist/plugin-darwin-amd64",
|
||||
|
Loading…
Reference in New Issue
Block a user