summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-06-22 01:27:40 -0700
committerelijah <elijah@riseup.net>2016-06-22 01:27:40 -0700
commitc4eff286d707e595ac7d3fbff83f94dbd249e2dc (patch)
tree8959dfcd000d81e6d3403e277d7a816197d67497
parent9c58ca6b1f78910c100246eb97ef9b725f57975e (diff)
bump version to 1.9
-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 31bf729..779aa25 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.8'
+ VERSION = '1.9'
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.'