From e1c2fbd2aff5c4dce29d1153cea4ce117b7d83f5 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 6 Oct 2021 18:17:15 -0700 Subject: [PATCH] release: bump the next branch to v13.1.0-next.0 (#43752) PR Close #43752 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5cc87836f8..5883702db9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "13.0.0-next.14", + "version": "13.1.0-next.0", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",