Export the Praefect version running
Praefect didn't expose the version running, which makes debugging harder. This change follows conventions set by Gitaly.
A few ways of exposing the version are implemented:
- Through the
-version
flag - Logging the version at boot of the server
- A prometheus metric, the metric is stale, but the labels are not
Closes #1499 (closed)