Browse Source

Update OCaml documentation (4.13)

Simon Legner 4 years ago
parent
commit
8694d86962
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/ocaml.rb

+ 1 - 1
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/',