aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/version.rb
blob: 437d861a3b7222d807c1872c0564eb7cd5177ba1 (plain)
1
2
3
4
5
6
7
module LeapCli
  unless defined?(LeapCli::VERSION)
    VERSION = '0.1.0'
    SUMMARY = 'Command line interface to the LEAP platform'
    DESCRIPTION = 'The command "leap" can be used to manage a bevy of servers running the LEAP platform from the comfort of your own home.'
  end
end