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.
This commit is contained in:
Joey Perrott 2020-09-01 10:35:41 -07:00 committed by GitHub
parent c142b071eb
commit 03dbcc7a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",