diff options
author | elijah <elijah@riseup.net> | 2015-05-05 11:23:02 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-05-05 11:23:02 -0700 |
commit | 10ebe0f72181ee334bf9bcc4528c8e9dcd1dd425 (patch) | |
tree | 62f4ff8926e71723a2dbe41cf8cf372f50bc2c96 | |
parent | 6c52774056af7a54cb07704dc25415df7ff06737 (diff) |
pin compatible cli to 1.7.x
-rw-r--r-- | platform.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform.rb b/platform.rb index 2f7b36eb..bb77b0d9 100644 --- a/platform.rb +++ b/platform.rb @@ -5,7 +5,7 @@ Leap::Platform.define do self.version = "0.7" - self.compatible_cli = "1.6.3".."1.99" + self.compatible_cli = "1.7.0".."1.7.99" # # the facter facts that should be gathered |