class Jeweler::Commands::Version::Write

Attributes

build[RW]
major[RW]
minor[RW]
patch[RW]

Public Instance Methods

update_version() click to toggle source
# File lib/jeweler/commands/version/write.rb, line 6
def update_version
  version_helper.update_to major, minor, patch, build
end