class Semverify::CommandLine

def next_major(version = nil)

Returns:
  • (void) -

Parameters:
  • version (String, nil) -- The version to increment or nil to use the version
def next_major(version = nil)
  increment_core_version(:next_major, version)
end