From 8772fbd4bb9cb0b83dae083d0d61d18a69c05b33 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 27 Jan 2021 13:59:37 -0700 Subject: [PATCH] release: bump the version to 12.0.0-next.0 (#40604) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a280632b7a..a932982a70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "11.2.0-next.0", + "version": "12.0.0-next.0", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",