From 41e373ace380c4f2220160293910cf2cd11ed54b Mon Sep 17 00:00:00 2001 From: Sojan Date: Wed, 15 May 2024 22:15:52 -0700 Subject: [PATCH] Bump version to 3.9.0 --- 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 c3aaff45e..592467ee1 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ shared: &shared - version: '3.8.0' + version: '3.9.0' development: <<: *shared diff --git a/package.json b/package.json index 2d51d6852..1063ddf16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/chatwoot", - "version": "3.8.0", + "version": "3.9.0", "license": "MIT", "scripts": { "eslint": "eslint app/**/*.{js,vue}",