diff --git a/config/app.yml b/config/app.yml index cb0dd3109..d81cf5c28 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ shared: &shared - version: '3.12.0' + version: '3.13.0' development: <<: *shared diff --git a/enterprise/config/premium_features.yml b/enterprise/config/premium_features.yml index 18e5b15ba..a8e759626 100644 --- a/enterprise/config/premium_features.yml +++ b/enterprise/config/premium_features.yml @@ -3,3 +3,4 @@ - audit_logs - response_bot - sla +- custom_roles diff --git a/package.json b/package.json index cb166001e..c2736d227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/chatwoot", - "version": "3.12.0", + "version": "3.13.0", "license": "MIT", "scripts": { "eslint": "eslint app/**/*.{js,vue}",