class Jeweler::VersionHelper

def bump_minor

def bump_minor
  @minor += 1
  @patch = 0
  @build = nil
end