version
  • 25 Sep 2020
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

version

  • Dark
    Light
  • PDF

Article Summary

Description

Type: Text

Returns the version of your app.


Examples

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

Remarks

None.


What's Next