CALL graph.versioner.init error

Hi Everyone,
I'm a newbie to the Neo4j community and really enjoy it. So, thanks for being so supportive.
Quick question - I'm trying to use the Versioner-Core Plugin. But, when I CALL graph.versioner.init procedure, using the demo code on the version-core website, it returns an error. Here is the CALL line and returned error:

CALL graph.versioner.init('Person', {ssn: localdatetime('1988-10-27T02:46:40'), name: 'Marco'}, {address: 'Via Roma 11'}) YIELD node RETURN node

it returns this error:

Neo.ClientError.Procedure.ProcedureCallFailed

Failed to invoke procedure graph.versioner.init: Caused by: java.lang.NoSuchMethodError: 'org.neo4j.graphdb.Node org.neo4j.graphdb.GraphDatabaseService.createNode(org.neo4j.graphdb.Label)'

Does anyone know why?
Thx for any help.
Ian

Looks like a version issue, what version of neo4j and which version of versioner are you using?

Seems they are working on 4.x support here, so perhaps chime in on this issue

Thx Michael. Will do.