diff options
author | elijah <elijah@riseup.net> | 2013-06-25 17:32:56 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-06-25 17:32:56 -0700 |
commit | 157fb1237d66c4eae83fa2c685745da9e20bca72 (patch) | |
tree | c16958242ccf921c467cfdf44e63eef4239e44d8 /platform.rb | |
parent | 89ad90073b5289da62eed74c8794e2911672081f (diff) |
add hash for authorized_keys to common.json
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 19563ae8..9f63b4ca 100644 --- a/platform.rb +++ b/platform.rb @@ -3,8 +3,8 @@ # Leap::Platform.define do - self.version = "1.1.0" - self.compatible_cli = "1.1".."1.99" + self.version = "1.1.2" + self.compatible_cli = "1.1.2".."1.99" # # the facter facts that should be gathered |