Crystal 1.9.2

This commit is contained in:
Carl Hörberg 2023-07-25 10:59:57 +02:00 committed by GitHub
parent f8161058c7
commit 9241a0a9ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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