pimterry / notes

:pencil: Simple delightful note taking, with more unix and less lock-in.
https://github.com/pimterry/notes
MIT License
1.24k stars 82 forks source link

Add version command #70

Closed Akeboshiwind closed 5 years ago

Akeboshiwind commented 5 years ago

Closes #69

Adds a --version option to show the current version of the app

pimterry commented 5 years ago

Looks good! We'll have to keep this up to date manually as we do new releases, which is slightly awkward, but I can't see an easy alternative so that's ok.

Thanks for contributing! :+1:

Akeboshiwind commented 5 years ago

That's for merging :)

One option to make it slightly less awkward would be to have a release script of some kind which bumps the version, tags it in git and then pushes.