summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2017-06-28 13:04:51 -0700
committerelijah <elijah@riseup.net>2017-06-28 13:04:51 -0700
commitb678bd9ba3c66d2b9ad3299cfd5915b179affbb8 (patch)
treeb87b3ccdcf929e499297b8a28c63e58ad27ccd14
parent0678e04e93fcf6a66b7192c1694e305624831a71 (diff)
Version 1.9.1 release
-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 bb8b57c..825eb8c 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.9'
+ VERSION = '1.9.1'
COMPATIBLE_PLATFORM_VERSION = '0.9'..'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.'