apoc.version Function APOC Core RETURN apoc.version() | return the current APOC installed version Signature apoc.version() :: (STRING?) Usage Examples RETURN apoc.version() AS output; Table 1. Results output "4.3.0.12"