summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-08-07 14:18:57 -0700
committerelijah <elijah@riseup.net>2015-08-07 14:18:57 -0700
commit787cd7974f31c77364922c91b975f02b333b5371 (patch)
tree47e192c942ffb6b4176350ebe9aa8bfa186ad232
parentbeab1f0ac7212d3c7006238fdd108d66b86323bc (diff)
version 1.8 (in progress), pin to platform 0.8
-rw-r--r--lib/leap_cli/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/leap_cli/version.rb b/lib/leap_cli/version.rb
index 51afb7d..2d7040f 100644
--- a/lib/leap_cli/version.rb
+++ b/lib/leap_cli/version.rb
@@ -1,7 +1,7 @@
module LeapCli
unless defined?(LeapCli::VERSION)
- VERSION = '1.7.4'
- COMPATIBLE_PLATFORM_VERSION = '0.7.1'..'0.99'
+ VERSION = '1.8'
+ COMPATIBLE_PLATFORM_VERSION = '0.8'..'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.'
LOAD_PATHS = ['lib', 'vendor/certificate_authority/lib', 'vendor/rsync_command/lib']