Add informative version information for -version
Please fix version information:
sh@sh-ubuntu:~$ bedrock -version
7a4c77495b3f079644f465015307204f4d9a8da3
Add arch, package info and product version, something similar like:
sh@sh-ubuntu:~$ mysql --version
mysql Ver 14.14 Distrib 5.7.16, for Linux (x86_64) using EditLine wrapper
Ah, ya in GitHub there aren't specific version numbers -- the commit hash is much more informative. However, I agree it's not very consumable. I think something like a build date might be useful in that it's what you actually do care about (eg, "How old is this build?").
@tylerkaraszewski - How difficult would it be to capture a build date somewhere and output with -version?
@tylerkaraszewski I know you're updating how versioning is handled in Bedrock, can you comment on how that change affects this request?
That change and this change are mostly orthogonal. That change just makes sure we include plugin version info when determining if different nodes are on the same version.