diff --git a/base_custom_info/__manifest__.py b/base_custom_info/__manifest__.py index 4ec2709f1..505cc4f61 100644 --- a/base_custom_info/__manifest__.py +++ b/base_custom_info/__manifest__.py @@ -8,7 +8,7 @@ 'name': "Base Custom Info", 'summary': "Add custom field in models", 'category': 'Tools', - 'version': '10.0.1.0.0', + 'version': '10.0.1.1.0', 'depends': [ 'base_setup', ],