build: change the version in package.json to 5.1.0-beta

this is needed to reflect that the current branch will be yielding 5.1.0 releases

some of our scripts (e.g. aio deployment) relies on this identifier.
This commit is contained in:
Igor Minar 2017-11-02 00:17:55 +01:00
parent b8bb2dd0f5
commit 2ea76cce31
1 changed files with 1 additions and 1 deletions

View File

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