From 30f39289042c40a4dfeab5ed50f6e53b5cab17d4 Mon Sep 17 00:00:00 2001 From: Sojan Jose Date: Fri, 21 Jul 2023 15:02:05 +0300 Subject: [PATCH] chore: bump up version to 3.0.0 (#7574) Bump the Chatwoot version to 3.0.0 ref: https://github.com/orgs/chatwoot/discussions/7570 --- config/app.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.yml b/config/app.yml index f72285e70..c8d719230 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ shared: &shared - version: '2.18.0' + version: '3.0.0' development: <<: *shared diff --git a/package.json b/package.json index 9b96b9018..76c9a36bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/chatwoot", - "version": "2.18.0", + "version": "3.0.0", "license": "MIT", "scripts": { "eslint": "eslint app/**/*.{js,vue}",