Expose version command-line application option
This MR introduces a version local option with a version flag, --version
, with its shorthand counterpart, -v
, to query the version in use. This option is beneficial because it would offer a quick alternative method to check the installed version without using the application's user interface.
fixes #45