# File lib/jeweler/version_helper.rb, line 108
    def bump_patch
      @patch += 1
      @build = nil
    end