I have a Capacitor app that I have just recently enabled LiveUpdates for. In the app there is a section where I show the current app version based on the native version and build number, and I would like to include some kind of live update version as well for debugging purposes. Is there a way to programmatically get the current live update version the app is using? I see that the Cordova SDK has a “getCurrentVersion” method, but I don’t see something similar in the Capacitor SDK. it looks like “sync” would probably return the information I’m looking for, but I don’t want to perform a sync, I just want to read the version information (I am using the background update method and would like to keep it that way for now)