chore(): move version variable

This commit is contained in:
Nicolas Carlier 2018-02-12 20:18:01 +00:00
parent e59fcedf53
commit a37d4151bc
2 changed files with 3 additions and 5 deletions

View File

@ -16,6 +16,9 @@ import (
"github.com/ncarlier/webhookd/pkg/worker"
)
// Version of the app
var Version = "snapshot"
type key int
const (

View File

@ -1,5 +0,0 @@
package version
var (
App string = "snapshot"
)