How can I find the current version of a package in code?
Permalink
How can I find the current version of a package from php code?

You can find the version in controller.php torwards the top of the file.
Thanks I see it there, but I should have clarified how can I access this *programmatically* from other php code?
Looks like might do the trick.
getPackageVersion()