This patch fixes an issue where the dvdcli/commands.go file was importing github.com/emccode/rexray/util instead of github.com/emccode/dvdcli/util. Once the import path was fixed, the version printed correctly as the correct version package is now transitively linked.
This patch fixes an issue where the
dvdcli/commands.go
file was importinggithub.com/emccode/rexray/util
instead ofgithub.com/emccode/dvdcli/util
. Once the import path was fixed, the version printed correctly as the correct version package is now transitively linked.