refactor(version): bumping the version to 0.4

also adding more descriptive version log.

Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
Pawan 2020-01-17 11:39:06 +05:30 committed by Kiran Mova
parent 784349cca1
commit e3467120fb
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
0.1.0 0.4.0

View file

@ -70,7 +70,7 @@ func run(config *config.Config) {
config.Version = version.Current() config.Version = version.Current()
} }
logrus.Infof("%s - %s", version.Current(), version.GetGitCommit()) logrus.Infof("ZFS Driver Version :- %s - commit :- %s", version.Current(), version.GetGitCommit())
logrus.Infof( logrus.Infof(
"DriverName: %s Plugin: %s EndPoint: %s NodeID: %s", "DriverName: %s Plugin: %s EndPoint: %s NodeID: %s",
config.DriverName, config.DriverName,