manifest.[go|js] files are autogenerated so we dont need to show diffs, cope with conflicts in merge operations or show the diff in github.
11 lines
215 B
Go
Generated
11 lines
215 B
Go
Generated
// This file is automatically generated. Do not modify it manually.
|
|
|
|
package main
|
|
|
|
var manifest = struct {
|
|
ID string
|
|
Version string
|
|
}{
|
|
ID: "com.mattermost.plugin-starter-template",
|
|
Version: "0.1.0",
|
|
}
|