From 5831d4b51fd704318ab5a8d5d87cb1aca337c628 Mon Sep 17 00:00:00 2001 From: Vincent Renaville Date: Tue, 4 Feb 2025 15:29:01 +0100 Subject: [PATCH] feat: fix typo in version definition (#483) --- logging_json/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging_json/__manifest__.py b/logging_json/__manifest__.py index 6a8cb17d..44fbba5f 100644 --- a/logging_json/__manifest__.py +++ b/logging_json/__manifest__.py @@ -3,7 +3,7 @@ { "name": "JSON Logging", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Extra Tools",