We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 971a945 + 41713c6 commit f8cb33eCopy full SHA for f8cb33e
lib/docs/scrapers/crystal.rb
@@ -2,7 +2,7 @@ module Docs
2
class Crystal < UrlScraper
3
include MultipleBaseUrls
4
self.type = 'crystal'
5
- self.release = '1.18.0'
+ self.release = '1.19.0'
6
self.base_urls = [
7
"https://crystal-lang.org/api/#{release}/",
8
"https://crystal-lang.org/reference/#{release[0..2]}/",
@@ -37,7 +37,7 @@ def initial_urls
37
HTML
38
else
39
<<-HTML
40
- © 2012–2025 Manas Technology Solutions.<br>
+ © 2012–2026 Manas Technology Solutions.<br>
41
Licensed under the Apache License, Version 2.0.
42
43
end
0 commit comments