How do you check which package version you are using via Meteor Helper

I am writing a package and I would like to display the current version of the package inside the admin panel. I explored Package[“packagename”] , but I do not see anything regarding it’s current version.

Ryan

There is no built in way to do it.
See this thread: Finding out the version of a package from within your app