diff options
author | elijah <elijah@riseup.net> | 2014-06-04 10:16:07 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-06-04 10:16:07 -0700 |
commit | 516344809dc46186c880efe8ce7ea8ba8dd33587 (patch) | |
tree | 64fbfbc74b2529ef251737f7153338f46dae3f9f /lib | |
parent | 658af826f95076b1739e922a7c0f3cde417571ed (diff) | |
download | leap_cli-516344809dc46186c880efe8ce7ea8ba8dd33587.tar.gz leap_cli-516344809dc46186c880efe8ce7ea8ba8dd33587.tar.bz2 |
version 1.5.6
Diffstat (limited to 'lib')
-rw-r--r-- | lib/leap_cli/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/version.rb b/lib/leap_cli/version.rb index 5ec2523..cf7e35c 100644 --- a/lib/leap_cli/version.rb +++ b/lib/leap_cli/version.rb @@ -1,6 +1,6 @@ module LeapCli unless defined?(LeapCli::VERSION) - VERSION = '1.5.5' + VERSION = '1.5.6' COMPATIBLE_PLATFORM_VERSION = '0.5.2'..'1.99' 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.' |