diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | platform.rb | 4 | 
2 files changed, 3 insertions, 3 deletions
| @@ -33,7 +33,7 @@ Visit https://leap.se/en/docs/get-involved/communication for details on how to c  Known issues  ============ -The following issues are known to be there in 0.5.2: +The following issues are known to exist in 0.5.2 and later:  CouchDB Sync  ------------ diff --git a/platform.rb b/platform.rb index cd0cbde0..9a235bb9 100644 --- a/platform.rb +++ b/platform.rb @@ -4,8 +4,8 @@  #  Leap::Platform.define do -  self.version = "0.5.2" -  self.compatible_cli = "1.5.5".."1.99" +  self.version = "0.5.3" +  self.compatible_cli = "1.5.5".."1.5.7"    #    # the facter facts that should be gathered | 
