From d3c92a307aae8ad622da23dd91609f25f03f59e8 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 15 Jun 2017 15:40:10 -0700 Subject: [PATCH] fix(router): update the version placeholder so that it gets replaced during the build Fixes #17403 --- packages/router/src/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/router/src/version.ts b/packages/router/src/version.ts index 82903b6504..19db5be5a5 100644 --- a/packages/router/src/version.ts +++ b/packages/router/src/version.ts @@ -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');