nextMajor method

PluginVersion nextMajor()

Implementation

PluginVersion nextMajor() => PluginVersion.exact((_major ?? 0) + 1, 0);