diff options
author | varac <varacanero@zeromail.org> | 2014-02-07 14:40:37 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-02-07 14:40:37 +0100 |
commit | 0ca517eabf4b4e2c0dd81c9941e5e503fb2469e1 (patch) | |
tree | a47294962f4828c9cfa60a15dcafe212e2d9384a | |
parent | 102a22ff35c8cf844a3eabeb213a508e658e47c2 (diff) |
platform version -> 0.5rc2
-rw-r--r-- | platform.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform.rb b/platform.rb index 60b0d9a5..7d84c3fb 100644 --- a/platform.rb +++ b/platform.rb @@ -3,8 +3,8 @@ # Leap::Platform.define do - self.version = "0.2.4" - self.compatible_cli = "1.2.4".."1.99" + self.version = "0.5rc2" + self.compatible_cli = "1.3.1".."1.99" # # the facter facts that should be gathered |