From b678bd9ba3c66d2b9ad3299cfd5915b179affbb8 Mon Sep 17 00:00:00 2001
From: elijah <elijah@riseup.net>
Date: Wed, 28 Jun 2017 13:04:51 -0700
Subject: [PATCH] Version 1.9.1 release

---
 lib/leap_cli/version.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.'
-- 
GitLab