diff --git a/VERSION_CW b/VERSION_CW index 813b83b65..c412a4e2e 100644 --- a/VERSION_CW +++ b/VERSION_CW @@ -1 +1 @@ -4.13.0 +4.14.0 diff --git a/config/app.yml b/config/app.yml index 5adfc1486..1c93a1287 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ shared: &shared - version: '4.13.0' + version: '4.14.0' development: <<: *shared diff --git a/package.json b/package.json index 1fbef2b1f..c6d2d95d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/chatwoot", - "version": "4.13.0", + "version": "4.14.0", "license": "MIT", "scripts": { "eslint": "eslint app/**/*.{js,vue}",