summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-05-06 10:37:07 -0700
committerelijah <elijah@riseup.net>2015-05-06 10:37:07 -0700
commit83018e5bd463a3297b85877646026e81be970524 (patch)
treee6d31b57351cccd88b78e795878fcc6fae77517d /lib
parent7b58100dc92dff5517d37ebfe04bba3c2731cc94 (diff)
version 1.7.2
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 1c6801b..45f7fdf 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.7.1'
+ VERSION = '1.7.2'
COMPATIBLE_PLATFORM_VERSION = '0.7'..'0.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.'