I have a question related with the semantic versioning in projects where are in "beta" phase.
Imagine that I have a plugin and it's version is 1.1.1-beta.1, some days before, I upgrade my plugin and then, the new version is 1.1.1-beta.2.
But... this new version has a break change with the 1.1.1-beta.1.
Should I change the version to 2.0.0-beta.1 or my current version is correct?
Thank you.