move version info to separate package

This commit is contained in:
Christian Schwarz
2018-08-26 21:57:19 +02:00
parent ee5445777d
commit 428339e1ad
5 changed files with 35 additions and 28 deletions
-4
View File
@@ -20,10 +20,6 @@ import (
// Printf(format string, v ...interface{})
//}
var (
zreplVersion string // set by build infrastructure
)
type Logger = logger.Logger
var RootCmd = &cobra.Command{