diff options
author | elijah <elijah@riseup.net> | 2015-08-07 14:08:09 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-08-07 14:08:09 -0700 |
commit | fc082470fa945dd5a394057cbea8ea55831b9fad (patch) | |
tree | b8b102a800afc6d55cf3e21f81ba841978c7bed9 /platform.rb | |
parent | 478987d564e96c123ae243b1f6e089e00df20fcf (diff) |
set platform version 0.8, pin to leap_cli 1.8
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 0c3de2a0..61f0dd05 100644 --- a/platform.rb +++ b/platform.rb @@ -4,8 +4,8 @@ # Leap::Platform.define do - self.version = "0.7.1" - self.compatible_cli = "1.7.0".."1.7.99" + self.version = "0.8" + self.compatible_cli = "1.8".."1.99" # # the facter facts that should be gathered |