Class: StiDeploy::Version::Hotfix

Inherits:
VersionBumper show all
Defined in:
lib/sti_deploy/version/hotfix.rb

Instance Attribute Summary

Attributes inherited from VersionBumper

#version

Instance Method Summary collapse

Methods inherited from VersionBumper

from_deploy_type, #initialize

Constructor Details

This class inherits a constructor from StiDeploy::Version::VersionBumper

Instance Method Details

#bumpObject



6
7
8
9
10
# File 'lib/sti_deploy/version/hotfix.rb', line 6

def bump
  version.hotfix += 1
  version.pre = 0
  version.rc = 0
end