diff options
author | Micah Anderson <micah@leap.se> | 2015-05-06 13:07:38 -0400 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2015-05-06 13:07:38 -0400 |
commit | 6a8a321ba50740181c27a6b9e8a82efd9edc3788 (patch) | |
tree | 41754ea15f1387f0d8d4773688eb6300311c9cd1 /platform.rb | |
parent | 27833d50d8f26dd23ca7483ae6e6f2f255841454 (diff) | |
parent | 446da8fc1cdd3749ecb04ffcd7c8c035c051c373 (diff) |
Merge branch '0.7.0' into develop
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 |