mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-09 18:43:43 +00:00
chore(): move version variable
This commit is contained in:
parent
e59fcedf53
commit
a37d4151bc
3
main.go
3
main.go
|
@ -16,6 +16,9 @@ import (
|
|||
"github.com/ncarlier/webhookd/pkg/worker"
|
||||
)
|
||||
|
||||
// Version of the app
|
||||
var Version = "snapshot"
|
||||
|
||||
type key int
|
||||
|
||||
const (
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
package version
|
||||
|
||||
var (
|
||||
App string = "snapshot"
|
||||
)
|
Loading…
Reference in New Issue
Block a user