如何知道uniapp的版本号 ?

如何知道uniapp的版本号 ?
app plus.runtime.getProperty(plus.runtime.appid, (wgtinfo) => {
    this.version = wgtinfo.version
   })
原文地址:https://www.cnblogs.com/springcloud/p/15161697.html