From 9b27b97efa813a54ba74240fbec8dab0256549ed Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Thu, 10 Oct 2019 15:50:12 -0700 Subject: [PATCH] MIG `attachment_minio` to 12.0 --- attachment_minio/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachment_minio/__manifest__.py b/attachment_minio/__manifest__.py index 5b7c2f32..cdf2d0e3 100755 --- a/attachment_minio/__manifest__.py +++ b/attachment_minio/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Attachment MinIO", - "version": "11.0.1.0.0", + "version": "12.0.1.0.0", "depends": [ "base_attachment_object_storage", ],