Clean up the `src version` output
Created by: stimut
The output of src version uses inconsistent capitalization of
"version", and the recommended version can sometimes be a downgrade
compared to what is actually installed. The changes in this PR are to:
- standardize on lower-case
vin "version" - add
or laterto output of recommended version
Fixes sourcegraph/sourcegraph#16850