Tutorial: System.getVersion

System.getVersion

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));