From 53d1d04e9d54897d43ac64b63ee0ed6371e0c234 Mon Sep 17 00:00:00 2001 From: DavidJForgeFlow Date: Tue, 27 Jun 2023 12:10:34 +0200 Subject: [PATCH] [MIG] web_notify_channel_message: Migration to 15.0 --- web_notify_channel_message/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_notify_channel_message/__manifest__.py b/web_notify_channel_message/__manifest__.py index ffe9b5aea..0c0a79d91 100644 --- a/web_notify_channel_message/__manifest__.py +++ b/web_notify_channel_message/__manifest__.py @@ -6,7 +6,7 @@ "name": "Web Notify Channel Message", "summary": """ Send an instant notification to channel users when a new message is posted""", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "license": "AGPL-3", "author": "ForgeFlow, Odoo Community Association (OCA)", "development_status": "Alpha",