diff --git a/VERSION_CW b/VERSION_CW index ad96464c4..a162ea75a 100644 --- a/VERSION_CW +++ b/VERSION_CW @@ -1 +1 @@ -4.10.1 +4.11.0 diff --git a/config/app.yml b/config/app.yml index c81f2102f..9f7a3980c 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ shared: &shared - version: '4.10.1' + version: '4.11.0' development: <<: *shared diff --git a/package.json b/package.json index 04821480d..b062495a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/chatwoot", - "version": "4.10.1", + "version": "4.11.0", "license": "MIT", "scripts": { "eslint": "eslint app/**/*.{js,vue}",