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