diff options
author | varac <varacanero@zeromail.org> | 2014-02-10 11:58:01 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-02-10 11:58:01 +0100 |
commit | 51feb301c35ede1262167dd26429fb98a9a6e65a (patch) | |
tree | 3d3bdd9c4720714e9dd8ca5c761fa9b5e3520da1 /platform.rb | |
parent | 6720bdba0c67893de713eee7f753fb582d06aa61 (diff) | |
parent | 665db30f37838bcebbfdc368f65ed369282c31b8 (diff) |
Merge remote-tracking branch 'elijah/feature/known_hosts' into 4982_check_mk
Conflicts:
platform.rb
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 95705c76..54590f4b 100644 --- a/platform.rb +++ b/platform.rb @@ -3,8 +3,8 @@ # Leap::Platform.define do - self.version = "0.5rc2" - self.compatible_cli = "1.3.1".."1.99" + self.version = "0.4.0" + self.compatible_cli = "1.4.0".."1.99" # # the facter facts that should be gathered |