summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-09-01 13:24:45 -0700
committerelijah <elijah@riseup.net>2016-09-01 13:24:45 -0700
commitcc57bc6c0ff99d88f3bfeff1b04297e9b91e6988 (patch)
tree0373c2177875e2d34c64448bb42179f7307cc4c0
parent74e52e2a225b9f8ce57b4afb2d104b770102fcd2 (diff)
update version pinning for new platform release1.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 2d7040f..475cdcc 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.8'
- COMPATIBLE_PLATFORM_VERSION = '0.8'..'0.99'
+ VERSION = '1.8.1'
+ COMPATIBLE_PLATFORM_VERSION = '0.8'..'0.8.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']