diff options
author | elijah <elijah@riseup.net> | 2015-01-28 22:22:31 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-01-28 22:22:31 -0800 |
commit | 50d1839a5776dbb1c672e0c6083f709da67dc3b3 (patch) | |
tree | 573ecfb39ae4478c4351632067f88c3fb5ceee71 /platform.rb | |
parent | c83b1bb71bb818d361bf7bae62ca3dd71f044efd (diff) |
update default provider.json to use the (now) correct expiration time format. requires new leap_cli.
Diffstat (limited to 'platform.rb')
-rw-r--r-- | platform.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform.rb b/platform.rb index 26b17465..1466b33c 100644 --- a/platform.rb +++ b/platform.rb @@ -4,8 +4,8 @@ # Leap::Platform.define do - self.version = "0.6" - self.compatible_cli = "1.6.1".."1.99" + self.version = "0.6.1" + self.compatible_cli = "1.6.3".."1.99" # # the facter facts that should be gathered |