diff --git a/lib/docs/scrapers/ocaml.rb b/lib/docs/scrapers/ocaml.rb index 9f5cab47..e681fcd8 100644 --- a/lib/docs/scrapers/ocaml.rb +++ b/lib/docs/scrapers/ocaml.rb @@ -3,7 +3,7 @@ module Docs self.name = 'OCaml' self.type = 'ocaml' self.root_path = 'index.html' - self.release = '4.12' + self.release = '4.13' self.base_url = "https://www.ocaml.org/releases/#{self.release}/htmlman/" self.links = { home: 'https://ocaml.org/',