How to get the current version of the app release

Hi, I have an app accessed with the public link, so there is not the header bar where you can see the version number of the app. So I'd like to show the version number in a text component. Is it somehow accessible, e.g. in retoolContext?

2 Likes

Hi Rafael!

It doesn't look like we currently expose the release version in the globals, but retoolContext seems like a reasonable place for it. I'll put in a request for us to add this! In the meantime, the next best option would be to manually update the Text component before tagging a new release.

3 Likes

Any updates on this? :angel:

It looks like {{retoolContext.pageTag}} will give you the app version number! :tada:

awesome, thanks!