v.19.3Improvements

Added Support of --version Option for Clickhouse Server

Added support of --version option for clickhouse server. #4251 (Lopatin Konstantin)
Added support for the --version option in the ClickHouse server to display the server version information.

Why it matters

This feature allows users to easily check the ClickHouse server version directly via the command line without starting the server, facilitating version verification and troubleshooting.

How to use it

Run the ClickHouse server executable with the --version option from the command line as follows:

clickhouse-server --version