apoc.version

Function

apoc.version() - returns the APOC version currently installed.

Signature

apoc.version() :: STRING

Usage examples

RETURN apoc.version() AS output;
Table 1. Results
output

"5.18.0"