# File lib/jeweler/version_helper.rb, line 95
    def bump_major
      @major += 1
      @minor = 0
      @patch = 0
      @build = nil
    end