diff options
| author | elijah <elijah@riseup.net> | 2015-05-05 14:58:13 -0700 | 
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2015-05-05 14:58:13 -0700 | 
| commit | bd090aa1d1cc8cbfe6381310b6b4e200e7e717df (patch) | |
| tree | 58deced5b3270e25a8bc6e155adf72fca2c15196 /test | |
| parent | ab3184ff6dea960e347da299deaabeb23e2cf86e (diff) | |
fix tests
Diffstat (limited to 'test')
| -rw-r--r-- | test/leap_platform/platform.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/test/leap_platform/platform.rb b/test/leap_platform/platform.rb index d93f59c..57ea980 100644 --- a/test/leap_platform/platform.rb +++ b/test/leap_platform/platform.rb @@ -4,8 +4,8 @@  #  Leap::Platform.define do -  self.version = "0.6.0" -  self.compatible_cli = "1.5.8".."1.99" +  self.version = "0.7.0" +  self.compatible_cli = "1.7.0".."1.7.99"    #    # the facter facts that should be gathered | 
