diff --git a/VERSION_CW b/VERSION_CW index fb0557132..ecbc3b030 100644 --- a/VERSION_CW +++ b/VERSION_CW @@ -1 +1 @@ -4.15.1 +4.16.0 diff --git a/config/app.yml b/config/app.yml index a55b621f6..085af6efb 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ shared: &shared - version: '4.15.1' + version: '4.16.0' development: <<: *shared diff --git a/package.json b/package.json index d964a30a4..bf00dde8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/chatwoot", - "version": "4.15.1", + "version": "4.16.0", "license": "MIT", "scripts": { "eslint": "eslint app/**/*.{js,vue}",