mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
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:
parent
784349cca1
commit
e3467120fb
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.1.0
|
||||
0.4.0
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue