build: update version in package.json (#28075)

The version was updated on master (with 0efbb3738), but the commit was
not backported to 7.2.x. As a result, the version on angular.io appears
as `7.2.0-rc.0` (instead of 7.2.0).

PR Close #28075
This commit is contained in:
George Kalpakas 2019-01-11 15:33:00 +02:00 committed by Andrew Kushnir
parent 937a856b47
commit 0465dc6637

View File

@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "7.2.0-rc.0",
"version": "7.2.0",
"private": true,
"branchPattern": "2.0.*",
"description": "Angular - a web framework for modern web apps",