nikolassv / bartib

A simple timetracker for the command line. It saves a log of all tracked activities as a plaintext file and allows you to create flexible reports.
GNU General Public License v3.0
636 stars 34 forks source link

Release is 1.0.1, but app reports 1.0.0 #25

Closed steev closed 1 year ago

steev commented 1 year ago

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.

nikolassv commented 1 year ago

Thank you for this finding! I fixed the display of the version in the master branch (https://github.com/nikolassv/bartib/commit/69a5bf2c9e32c141bec7a0b46acb624fee1263a0). It will be corrected in the next release.