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
Mario de Frutos Dieguez b7165a0f5f Mark manifest.[go|js] as a generated file (#57)
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.
2019-08-14 23:40:52 +02:00

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",
}