diff --git a/README.md b/README.md index 8aaf87e75..97e93a767 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -# SuiteCRM 8.7.1 +# SuiteCRM 8.8.0-beta [![LICENSE](https://img.shields.io/github/license/suitecrm/suitecrm.svg)](https://github.com/salesagility/suitecrm/blob/hotfix/LICENSE.txt) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/salesagility/SuiteCRM-Core/issues) diff --git a/VERSION b/VERSION index d139a7540..ac4e99a52 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.7.1 +8.8.0-beta diff --git a/core/app/core/package.json b/core/app/core/package.json index c4a1ef9b4..9327386a7 100644 --- a/core/app/core/package.json +++ b/core/app/core/package.json @@ -1,6 +1,6 @@ { "name": "core", - "version": "8.7.1", + "version": "8.8.0-beta", "peerDependencies": { "@angular/common": "^12.1.0", "@angular/core": "^12.1.0", diff --git a/package.json b/package.json index 363f124df..5e33d80f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suitecrm", - "version": "8.7.1", + "version": "8.8.0-beta", "scripts": { "ng": "ng", "build-dev": "ng build core && ng build shell",