AttributeError: 'BevelModifier' object has no attribute 'use_only_vertices'

I installed BoxCutter but every time I try to do a bevel it gives me this error

    Traceback (most recent call last):
  File "C:\Users\bogda\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\BoxCutter\addon\operator\shape\draw.py", line 560, in invoke
    shape.modal.bevel.shape(self, context, event)
  File "C:\Users\bogda\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\BoxCutter\addon\operator\utility\shape\modal\bevel.py", line 73, in shape
    modifier.sort(ot, bc.shape)
  File "C:\Users\bogda\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\BoxCutter\addon\operator\utility\modifier.py", line 150, in sort
    only_verts = mod.type == 'BEVEL' and mod.use_only_vertices
AttributeError: 'BevelModifier' object has no attribute 'use_only_vertices'

location: <unknown location>:-1