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}",