Skip to content

Commit

Permalink
refactor(version): bumping the version to 0.4
Browse files Browse the repository at this point in the history
also adding more descriptive version log.

Signed-off-by: Pawan <pawan@mayadata.io>
  • Loading branch information
pawanpraka1 authored and kmova committed Jan 17, 2020
1 parent 784349c commit e346712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.4.0
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func run(config *config.Config) {
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(
"DriverName: %s Plugin: %s EndPoint: %s NodeID: %s",
config.DriverName,
Expand Down

0 comments on commit e346712

Please sign in to comment.