From 265500d180e8002a17a2719902d7d078bc7561a9 Mon Sep 17 00:00:00 2001 From: Clemente Raposo Date: Tue, 28 Sep 2021 16:11:58 +0100 Subject: [PATCH] Build 8.0.0-rc --- README.md | 2 +- VERSION | 2 +- core/app/core/package.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f9483e4f59..cba117d9f5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -# SuiteCRM 8.0.0-beta-3 +# SuiteCRM 8.0.0-rc [![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 b7360cb65c..af6eda25e4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.0-beta.3 +8.0.0-rc diff --git a/core/app/core/package.json b/core/app/core/package.json index b25c92f262..3626c6a684 100644 --- a/core/app/core/package.json +++ b/core/app/core/package.json @@ -1,6 +1,6 @@ { "name": "core", - "version": "8.0.0-beta.3", + "version": "8.0.0-rc", "peerDependencies": { "@angular/common": "^12.1.0", "@angular/core": "^12.1.0", diff --git a/package.json b/package.json index db63dbb025..cad48c4216 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suitecrm", - "version": "8.0.0-beta.3", + "version": "8.0.0-rc", "scripts": { "ng": "ng", "start": "npm run start:shell",