class Jeweler::VersionHelper

def bump_patch

def bump_patch
  @patch += 1
  @build = nil
end