class Jeweler::Commands::Version::BumpPatch

Public Instance Methods

update_version() click to toggle source
# File lib/jeweler/commands/version/bump_patch.rb, line 5
def update_version
  version_helper.bump_patch
end