Method: App42::Command::Config#version
- Defined in:
- lib/app42/command/config.rb
#version ⇒ Object
This version number is used as the RubyGem release version.
5 6 7 |
# File 'lib/app42/command/config.rb', line 5 def version puts "App42 current version: #{App42::Version::VERSION::VERSION}", false, 'green' end |