diff options
author | elijah <elijah@riseup.net> | 2016-06-22 01:25:36 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-06-22 01:25:36 -0700 |
commit | 050858ff79d558674e3f48dcd72d4dec2510c19f (patch) | |
tree | 67829a88d1bd11df8d4f7d924baca8288689c86f | |
parent | cc010ad95dda44d88120303e138b93cb4216f40c (diff) |
set the platform version to be 0.9, require leap_cli 1.9
-rw-r--r-- | platform.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform.rb b/platform.rb index 61fb50ce..c79a15d8 100644 --- a/platform.rb +++ b/platform.rb @@ -4,8 +4,8 @@ # Leap::Platform.define do - self.version = "0.8" - self.compatible_cli = "1.8".."1.99" + self.version = "0.9" + self.compatible_cli = "1.9".."1.99" # # the facter facts that should be gathered |