diff --git a/VERSION_CW b/VERSION_CW index 27593c841..469f28304 100644 --- a/VERSION_CW +++ b/VERSION_CW @@ -1 +1 @@ -4.16.1 +4.16.2 diff --git a/config/app.yml b/config/app.yml index ffb681f61..ca72bb07c 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ shared: &shared - version: '4.16.1' + version: '4.16.2' development: <<: *shared diff --git a/package.json b/package.json index 15b0272ad..260dc57c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/chatwoot", - "version": "4.16.1", + "version": "4.16.2", "license": "MIT", "scripts": { "eslint": "eslint app/**/*.{js,vue}",