From 8694d86962f88558358cbb76b1b921ba6260f4f0 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Fri, 22 Oct 2021 15:49:48 +0200 Subject: [PATCH] Update OCaml documentation (4.13) --- lib/docs/scrapers/ocaml.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/',