Closed jwhitmarsh closed 9 years ago
@jwhitmarsh - There are a few addons that already provide that behavior. Specifically, ember-cli-app-version is included by default for newly generated ember-cli apps and adds APP.version
to your app-name/config/environment
module.
Thanks @rwjblue, couldn't find that earlier :)!
:+1: to ember-cli-app-version
, we use it in our app.
Would it be possible to include the config/release.js in the manifest files so that the version can be read in the App? (I would like to be able to display it in the navbar).