Closed meandus closed 5 years ago
Easiest way is to do this:
engine = Engine.get('sg_vm')
for node in engine.nodes:
print(node.version)
Each node has a specific version versus getting the version from the top level engine itself (we technically can support different versions on each individual 'node').
Hi!
Do you know how to get the version of the engine ?
Thanks,