Skip to content

Commit

Permalink
fix(router): update the version placeholder so that it gets replaced …
Browse files Browse the repository at this point in the history
…during the build

Fixes #17403
  • Loading branch information
IgorMinar authored and hansl committed Jun 19, 2017
1 parent 341b812 commit 7de1ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ import {Version} from '@angular/core';
/**
* @stable
*/
export const VERSION = new Version('0.0.0-ROUTERPLACEHOLDER');
export const VERSION = new Version('0.0.0-PLACEHOLDER');

0 comments on commit 7de1ae2

Please sign in to comment.