mattermost-meme/server/manifest.go

10 lines
113 B
Go
Raw Normal View History

2019-08-07 15:07:45 +02:00
package main
var manifest = struct {
ID string
Version string
}{
ID: "memes",
Version: "1.1.0",
}