marcusbuffett / pipe-rename

Rename your files using your favorite text editor
https://crates.io/crates/pipe-rename
MIT License
397 stars 12 forks source link

Inconsistent version reported by -V and cargo #42

Closed xxyxxyxyx1 closed 2 years ago

xxyxxyxyx1 commented 3 years ago

renamer -V returns version 1.2. However, cargo thinks I have version 1.4.1.

$ cargo install --list
bottom v0.6.4:
    btm
cargo-update v8.0.0:
    cargo-install-update
    cargo-install-update-config
du-dust v0.7.0:
    dust
pipe-rename v1.4.1:
    renamer
$ which -a renamer
/Users/user/.cargo/bin/renamer
$ renamer -V
pipe-rename 1.2

I am using macOS 11.6.1

marcusbuffett commented 2 years ago

These versions should now always match, thanks!