Extract plugin version from manifest

This commit is contained in:
Hanzei 2018-08-24 23:07:03 +02:00
parent fac781a229
commit 8cb9ff92df
No known key found for this signature in database
GPG key ID: 69A2DEFD98937BA0
6 changed files with 28 additions and 12 deletions

4
server/manifest.go Normal file
View file

@ -0,0 +1,4 @@
package main
const PluginId = "com.mattermost.sample-plugin"
const PluginVersion = "0.0.1"