From e76650d6d0a41dae78a8dc03364c10d1b2740cc6 Mon Sep 17 00:00:00 2001 From: Sony Mathew <2040199+sony-mathew@users.noreply.github.com> Date: Fri, 29 May 2026 17:27:01 +0530 Subject: [PATCH] Bump version to 4.14.1 --- VERSION_CW | 2 +- config/app.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION_CW b/VERSION_CW index c412a4e2e1e..d2b9909a99c 100644 --- a/VERSION_CW +++ b/VERSION_CW @@ -1 +1 @@ -4.14.0 +4.14.1 diff --git a/config/app.yml b/config/app.yml index 1c93a128756..fec34cd078e 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ shared: &shared - version: '4.14.0' + version: '4.14.1' development: <<: *shared diff --git a/package.json b/package.json index 1e506d6c5f7..8b96ba3798e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/chatwoot", - "version": "4.14.0", + "version": "4.14.1", "license": "MIT", "scripts": { "eslint": "eslint app/**/*.{js,vue}",