From 03dbcc7a56f4f17c59043536b572d7cb8bb3b7cf Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 1 Sep 2020 10:35:41 -0700 Subject: [PATCH] build: update the package.json to 11.0.0-next.0 (#38667) Update package.json version to reflect master targetting the next major release train. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c3462356d..0f3965c849 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "10.2.0-next.0", + "version": "11.0.0-next.0", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",