Returns the version of the runtime. The version contains the major, minor, build and revision numbers.
Example
fin.System.getVersion().then(v => console.log(v)).catch(err => console.log(err));
Returns the version of the runtime. The version contains the major, minor, build and revision numbers.
fin.System.getVersion().then(v => console.log(v)).catch(err => console.log(err));