From 0465dc663710736b91970f5e366a6684568e7f19 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Fri, 11 Jan 2019 15:33:00 +0200 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6abb561093..23e94f5c47 100644 --- a/package.json +++ b/package.json @@ -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",