module GHI::Commands::Version
Constants
- MAJOR
- MINOR
- PATCH
- PRE
- VERSION
Public Class Methods
execute(args)
click to toggle source
# File lib/ghi/commands/version.rb, line 11 def self.execute args puts "ghi version #{VERSION}" end