From 361878d346411799fdba57663d351621cd119d2d Mon Sep 17 00:00:00 2001 From: Sojan Date: Tue, 17 Dec 2024 23:02:59 +0530 Subject: [PATCH] Bump version to 3.16.0 --- config/app.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.yml b/config/app.yml index 2c8fa1e11..d2bafa826 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ shared: &shared - version: '3.15.0' + version: '3.16.0' development: <<: *shared diff --git a/package.json b/package.json index ec06e9375..0e950f17c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/chatwoot", - "version": "3.15.0", + "version": "3.16.0", "license": "MIT", "scripts": { "eslint": "eslint app/**/*.{js,vue}",