From f46ea40069cd7988e381acc6470f29bbe4f422d9 Mon Sep 17 00:00:00 2001 From: Jack Anderson Date: Mon, 31 Jul 2023 10:12:25 +0100 Subject: [PATCH] SuiteCRM 8.4.0-beta Release --- README.md | 2 +- VERSION | 2 +- core/app/common/package.json | 2 +- core/app/core/package.json | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2ecc76188d..67fbb8ffa3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -# SuiteCRM 8.3.1 +# SuiteCRM 8.4.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 56b6be4ebb..a70afd1aaf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.1 +8.4.0-beta diff --git a/core/app/common/package.json b/core/app/common/package.json index 8a85995fc1..2261abcb97 100644 --- a/core/app/common/package.json +++ b/core/app/common/package.json @@ -1,6 +1,6 @@ { "name": "common", - "version": "8.3.1", + "version": "8.4.0-beta", "peerDependencies": { "@angular/common": "^12.1.0", "@angular/core": "^12.1.0", diff --git a/core/app/core/package.json b/core/app/core/package.json index e2502546d6..9a3f90254b 100644 --- a/core/app/core/package.json +++ b/core/app/core/package.json @@ -1,6 +1,6 @@ { "name": "core", - "version": "8.3.1", + "version": "8.4.0-beta", "peerDependencies": { "@angular/common": "^12.1.0", "@angular/core": "^12.1.0", diff --git a/package.json b/package.json index f997f490c2..32557a5650 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suitecrm", - "version": "8.3.1", + "version": "8.4.0-beta", "scripts": { "ng": "ng", "start": "npm run start:shell",