Class: Bueller::Commands::Version::BumpPatch

Inherits:
Base
  • Object
show all
Defined in:
lib/bueller/commands/version/bump_patch.rb

Instance Attribute Summary

Attributes inherited from Base

#bueller, #gemspec, #version_helper

Instance Method Summary collapse

Methods inherited from Base

#commit, #commit_version, #gemspec_helper, #initialize, #repo, #run, run_for

Constructor Details

This class inherits a constructor from Bueller::Commands::Version::Base

Instance Method Details

#update_versionObject



6
7
8
# File 'lib/bueller/commands/version/bump_patch.rb', line 6

def update_version
  self.version_helper.bump_patch
end