mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
b8bb2dd0f5
commit
2ea76cce31
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue