diff options
author | elijah <elijah@riseup.net> | 2013-07-11 10:04:21 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-07-11 12:17:33 -0700 |
commit | 8478e8613ded138b5d68b122cb82f5418a199764 (patch) | |
tree | 504137470336f899abb4ca3abca0021f7f4a0303 /platform.rb | |
parent | 0e7b47380edb2af6683a0cdc871eaa60a4101f5c (diff) |
changes to support restrictive permissions for /etc/leap. this is required to work with the latest 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 9f63b4ca..9921f3a2 100644 --- a/platform.rb +++ b/platform.rb @@ -3,8 +3,8 @@ # Leap::Platform.define do - self.version = "1.1.2" - self.compatible_cli = "1.1.2".."1.99" + self.version = "0.2.3" + self.compatible_cli = "1.1.3".."1.99" # # the facter facts that should be gathered |