summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2017-06-28 13:20:42 -0700
committerelijah <elijah@riseup.net>2017-06-28 13:20:42 -0700
commit1f836bd4fdd5f19736dfe552dcb87c6ee42bc62c (patch)
tree57e5d3db50fd6cac561e77ae9cdc4252d13b7222
parentb678bd9ba3c66d2b9ad3299cfd5915b179affbb8 (diff)
Actually, should be release 1.9.2
-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 825eb8c..3e1a80a 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.1'
+ VERSION = '1.9.2'
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.'