diff --git a/pkg/cfg/config.go b/pkg/cfg/config.go index 44e86eb..3fb3899 100644 --- a/pkg/cfg/config.go +++ b/pkg/cfg/config.go @@ -30,7 +30,7 @@ import ( ) const ( - Version string = `v0.0.6` + Version string = `v0.0.7` ) type Cluster struct { @@ -108,10 +108,6 @@ func (conf *Config) Init() error { } } - // if conf.Debug { - // repr.Println(conf) - // } - return nil }