is there anyway to do this? anything that we can use to identify the app once it’s deployed - event a build date/time would do.
just want to be able to insert something into the UI so we can see when it was deployed or basically what version - if it’s been updated since the last deplyment.
There is a simple addon that takes the version from your package.json and displays it in Ember Inspector’s Info tab: ember-cli-app-version - npm
thanks for that 
That’s a bit handy but still means i need to update the package.json manually
Also - the inspector info stuff isn’t outputted in prod 