Skip to content

Commit

Permalink
Merge pull request #2016 from carlhoerberg/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Jul 26, 2023
2 parents 0db2fbe + 9241a0a commit 20f6d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/docs/scrapers/crystal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]}/",
Expand Down

0 comments on commit 20f6d9d

Please sign in to comment.