Skip to content

Commit f8cb33e

Browse files
authored
Merge pull request #2640 from spuun/crystal-1.19
Crystal 1.19
2 parents 971a945 + 41713c6 commit f8cb33e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/crystal.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Crystal < UrlScraper
33
include MultipleBaseUrls
44
self.type = 'crystal'
5-
self.release = '1.18.0'
5+
self.release = '1.19.0'
66
self.base_urls = [
77
"https://crystal-lang.org/api/#{release}/",
88
"https://crystal-lang.org/reference/#{release[0..2]}/",
@@ -37,7 +37,7 @@ def initial_urls
3737
HTML
3838
else
3939
<<-HTML
40-
&copy; 2012&ndash;2025 Manas Technology Solutions.<br>
40+
&copy; 2012&ndash;2026 Manas Technology Solutions.<br>
4141
Licensed under the Apache License, Version 2.0.
4242
HTML
4343
end

0 commit comments

Comments
 (0)