From 187b0dfc90d568449af73b37f57acdb39b2ac2bb Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 20 Aug 2014 15:00:26 -0400 Subject: set the maximum leap cli version for this version of the platform Change-Id: I6be37c3c65c47e650c0e67bd43df8e2b1ac40dd6 --- platform.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform.rb') diff --git a/platform.rb b/platform.rb index cd0cbde0..9a235bb9 100644 --- a/platform.rb +++ b/platform.rb @@ -4,8 +4,8 @@ # Leap::Platform.define do - self.version = "0.5.2" - self.compatible_cli = "1.5.5".."1.99" + self.version = "0.5.3" + self.compatible_cli = "1.5.5".."1.5.7" # # the facter facts that should be gathered -- cgit v1.2.3