SuperCuber / dotter

A dotfile manager and templater written in rust 🦀
The Unlicense
900 stars 48 forks source link

[BUG] v0.13.1 reports wrong version #170

Closed vserrago closed 7 months ago

vserrago commented 7 months ago

Environment

Description

The latest release (v0.13.1) reports the wrong version string. Looking at the v0.13.1 version of Cargo.toml, it looks like the version was not incremented.

However, I'm not sure that there's much to be done here, as it has already been incremented for the next release . I wasn't sure this was worth reporting, but it threw me for a loop trying to figure out why I wasn't running the latest version despite being up-to-date, so maybe it might help someone who might have the same question.

Reproduction

Execute dotter --version on dotter-linux-x64-musl from the latest release.

Expected behavior

$ dotter --version
dotter 0.13.1

Actual behavior

$ dotter --version
dotter 0.13.0
SuperCuber commented 7 months ago

Yep, it will be included in next release ðŸ«