diff --git a/VERSION_CW b/VERSION_CW index 88f181192c4..5b341fd799e 100644 --- a/VERSION_CW +++ b/VERSION_CW @@ -1 +1 @@ -4.8.0 +4.9.1 diff --git a/config/app.yml b/config/app.yml index cba7e1fa4bf..0c7a390f0d1 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ shared: &shared - version: '4.9.0' + version: '4.9.1' development: <<: *shared diff --git a/package.json b/package.json index e98dc665f79..87f44528af8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/chatwoot", - "version": "4.9.0", + "version": "4.9.1", "license": "MIT", "scripts": { "eslint": "eslint app/**/*.{js,vue}",