version

Prev Next

app.version

Type: Text

Returns the version of your app.

Examples

// display the version of your app in the debugger
debug.log(app.version);

Remarks

None.