Update version in UI on start

This commit is contained in:
Mark McDowall 2013-06-15 14:42:30 -07:00
parent f94220c5ff
commit d538fe62cf
3 changed files with 39 additions and 1 deletions

View file

@ -7,7 +7,7 @@ define(['app',
initialize: function () {
this.model = new NzbDrone.Shared.Footer.Model();
this.model.version = NzbDrone.Constants.Version;
this.model.set('version', NzbDrone.Constants.Version);
}
});