Add full version information to console.
Chris Anthes
Right now, in order to determine what version of Neo4j any given instance is running, we have to use Cypher. Being able to see the results of "call dbms.components() yield name, versions, edition unwind versions as version return name, version, edition" in the console would be much nicer.