Class: StiDeploy::Version::Hotfix
- Inherits:
-
VersionBumper
- Object
- VersionBumper
- StiDeploy::Version::Hotfix
- Defined in:
- lib/sti_deploy/version/hotfix.rb
Instance Attribute Summary
Attributes inherited from VersionBumper
Instance Method Summary collapse
Methods inherited from VersionBumper
Constructor Details
This class inherits a constructor from StiDeploy::Version::VersionBumper
Instance Method Details
#bump ⇒ Object
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 |