Every time I push my app to heroku I see the line
-----> Launching... done, v43
Is there a way to make that version number apear within the
AFAIK you can only get the version via the CLI:
heroku releases --app
You could do this via the Heroku gem from you app, but this is probably more trouble that it's worth.