diff options
author | elijah <elijah@riseup.net> | 2015-05-05 11:23:02 -0700 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2015-05-06 16:26:19 -0400 |
commit | cbe9f7002a93b15e2650d1cfc258dbb081362bc9 (patch) | |
tree | f4d1e82c5c1904a8ea20c59c4f11882339372f73 /platform.rb | |
parent | 27833d50d8f26dd23ca7483ae6e6f2f255841454 (diff) |
pin compatible cli to 1.7.x
Diffstat (limited to 'platform.rb')
-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 |