diff options
author | elijah <elijah@riseup.net> | 2015-06-30 12:43:21 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-06-30 12:43:21 -0700 |
commit | dcf713f640b86fb4d83c0ef756f2d6c4ae4b65d7 (patch) | |
tree | 3c3ffc57cd280b758d523d7d8028d9fb1976055f /test | |
parent | 29c2826de6163ffe9a7ce34be29c74faa6f3c8c7 (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 57ea980..f27fa00 100644 --- a/test/leap_platform/platform.rb +++ b/test/leap_platform/platform.rb @@ -4,8 +4,8 @@ # Leap::Platform.define do - self.version = "0.7.0" - self.compatible_cli = "1.7.0".."1.7.99" + self.version = "0.7.1" + self.compatible_cli = "1.7.1".."1.7.99" # # the facter facts that should be gathered |