This repository has been archived on 2024-11-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mattermost-plugin-attachmen.../server/manifest.go
2019-04-04 07:44:40 -07:00

9 lines
136 B
Go

package main
var manifest = struct {
Id string
Version string
}{
Id: "com.mattermost.sample-plugin",
Version: "0.1.0",
}