summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-06-05 16:07:50 -0700
committerelijah <elijah@riseup.net>2015-06-05 16:07:50 -0700
commitd3ea29bbf4ab2b23a0b5fc43ad803d882d2366b6 (patch)
tree12a4ae30105bfef1c1019a28d86975f70a7b5546
parent80fb8674db6878a2deca1cdd0f6806a4a8310bff (diff)
Version 1.7.3 (same as 1.7.2 but rolling back attempt at jessie support)
-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 45f7fdf..24717c2 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.2'
+ VERSION = '1.7.3'
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.'