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-06-24 22:02:25 -04:00

9 lines
146 B
Go

package main
var manifest = struct {
ID string
Version string
}{
ID: "com.mattermost.plugin-starter-template",
Version: "0.1.0",
}