Release is 1.0.1, but app reports 1.0.0
steev opened this issue · 1 comments
steev commented
Looks like on line 93 of src/main.rs, you set the version manually, but the cargo.toml says it should be 1.0.1.
I kept thinking I was out of date, or the crate was out of date, until I cloned git and built it and got the same response of bartib 1.0.0
from bartib --version
; probably need to bump that in the next release as well.