From de1cffb23bef180d7921c656184e66f930ed423b Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Thu, 27 Aug 2020 15:59:52 -0700 Subject: [PATCH] build: update the package.json to 10.2.0-next.0 When the rc was cut for 10.1.0-rc.0, the package.json for master should be updated to to the following next version, in this case 10.2.0-next.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a0de409d5..1c3462356d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "10.1.0-rc.0", + "version": "10.2.0-next.0", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",