aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-06-04 10:16:07 -0700
committerelijah <elijah@riseup.net>2014-06-04 10:16:07 -0700
commit516344809dc46186c880efe8ce7ea8ba8dd33587 (patch)
tree64fbfbc74b2529ef251737f7153338f46dae3f9f /lib
parent658af826f95076b1739e922a7c0f3cde417571ed (diff)
downloadleap_cli-516344809dc46186c880efe8ce7ea8ba8dd33587.tar.gz
leap_cli-516344809dc46186c880efe8ce7ea8ba8dd33587.tar.bz2
version 1.5.6
Diffstat (limited to 'lib')
-rw-r--r--lib/leap_cli/version.rb2
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.'