diff --git a/README.md b/README.md index 9409a2cff5..e58d31c45f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -# SuiteCRM 8.0.0-rc.2 +# SuiteCRM 8.0.0 [![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 d3cd6ad59d..ae9a76b924 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.0-rc.2 +8.0.0 diff --git a/core/app/common/package.json b/core/app/common/package.json index 9d9f93e0f8..271930db33 100644 --- a/core/app/common/package.json +++ b/core/app/common/package.json @@ -1,6 +1,6 @@ { "name": "common", - "version": "8.0.0-rc.2", + "version": "8.0.0", "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 49f018aded..2bac5bbdd8 100644 --- a/core/app/core/package.json +++ b/core/app/core/package.json @@ -1,6 +1,6 @@ { "name": "core", - "version": "8.0.0-rc.2", + "version": "8.0.0", "peerDependencies": { "@angular/common": "^12.1.0", "@angular/core": "^12.1.0", diff --git a/package.json b/package.json index bc40a15289..5e8a8b400a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suitecrm", - "version": "8.0.0-rc.2", + "version": "8.0.0", "scripts": { "ng": "ng", "start": "npm run start:shell",