Browse Source

Merge pull request #2339 from spuun/crystal-1.14.0

Update Crystal docs to 1.14.0
Simon Legner 1 year ago
parent
commit
bba7c7aaa6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/crystal.rb

+ 1 - 1
lib/docs/scrapers/crystal.rb

@@ -2,7 +2,7 @@ module Docs
   class Crystal < UrlScraper
     include MultipleBaseUrls
     self.type = 'crystal'
-    self.release = '1.13.1'
+    self.release = '1.14.0'
     self.base_urls = [
       "https://crystal-lang.org/api/#{release}/",
       "https://crystal-lang.org/reference/#{release[0..2]}/",