diff options
author | Micah Anderson <micah@leap.se> | 2014-08-20 15:00:26 -0400 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2014-08-20 15:00:26 -0400 |
commit | 187b0dfc90d568449af73b37f57acdb39b2ac2bb (patch) | |
tree | 1ea2aa6233d899cafcf185b7e75d01179fbea939 | |
parent | 204a88446614673a13f339ee0c321a8a51c4aa4e (diff) |
set the maximum leap cli version for this version of the platform
Change-Id: I6be37c3c65c47e650c0e67bd43df8e2b1ac40dd6
-rw-r--r-- | platform.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |