diff options
author | elijah <elijah@riseup.net> | 2014-05-24 01:35:54 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-06-02 11:28:27 -0700 |
commit | 24f0cc3c64aab59db436e0827ba24ec08023100a (patch) | |
tree | 179c4464d13b3aed4e8b6b78735508c4bd7cb700 /platform.rb | |
parent | 09916946f8eb0ab17689255fd626a52ef1808e6a (diff) |
added support for /provider.json served from static site.
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 d36cb3af..cd0cbde0 100644 --- a/platform.rb +++ b/platform.rb @@ -5,7 +5,7 @@ Leap::Platform.define do self.version = "0.5.2" - self.compatible_cli = "1.5.0".."1.99" + self.compatible_cli = "1.5.5".."1.99" # # the facter facts that should be gathered |