diff --git a/base_custom_info/__manifest__.py b/base_custom_info/__manifest__.py index f2011249c..b2bf7ef44 100644 --- a/base_custom_info/__manifest__.py +++ b/base_custom_info/__manifest__.py @@ -7,7 +7,7 @@ 'name': "Base Custom Info", 'summary': "Add custom field in models", 'category': 'Tools', - 'version': '12.0.2.0.0', + 'version': '12.0.2.1.0', 'depends': [ 'base_setup', ],