Module: HireFire::Version
- Defined in:
- lib/hirefire/version.rb
Class Method Summary collapse
-
.current ⇒ String
The current version of the HireFire gem.
Class Method Details
.current ⇒ String
Returns the current version of the HireFire gem.
8 9 10 |
# File 'lib/hirefire/version.rb', line 8 def self.current '0.1.4' end |