From 050858ff79d558674e3f48dcd72d4dec2510c19f Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 22 Jun 2016 01:25:36 -0700 Subject: set the platform version to be 0.9, require leap_cli 1.9 --- platform.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.rb b/platform.rb index 61fb50ce..c79a15d8 100644 --- a/platform.rb +++ b/platform.rb @@ -4,8 +4,8 @@ # Leap::Platform.define do - self.version = "0.8" - self.compatible_cli = "1.8".."1.99" + self.version = "0.9" + self.compatible_cli = "1.9".."1.99" # # the facter facts that should be gathered -- cgit v1.2.3