terra-sync / cnc

Seamless Database Replication tool
GNU General Public License v3.0
4 stars 2 forks source link

cnc: Add --version flag to display version and commit hash #59

Closed charmitro closed 3 months ago

charmitro commented 3 months ago

This patch introduces a new --version command-line flag to the cnc program, allowing users to easily retrieve the current version number and the Git commit hash associated with the build. When invoked with --version or -V, the program will display this information, providing valuable insights into the exact version and build being used.

More,