Explorar el Código

Merge pull request #2543 from spuun/crystal-1.17.0

Crystal 1.17.0
Simon Legner hace 4 meses
padre
commit
67e5b209e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.16.1'
+    self.release = '1.17.0'
     self.base_urls = [
       "https://crystal-lang.org/api/#{release}/",
       "https://crystal-lang.org/reference/#{release[0..2]}/",