Skip to content

Commit 2545a6a

Browse files
authored
Merge pull request #2428 from spuun/crystal-1.15.1
Update Crystal docs to 1.15.1
2 parents dccec10 + 6bd2a0d commit 2545a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/crystal.rb

Lines changed: 1 addition & 1 deletion
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.15.0'
5+
self.release = '1.15.1'
66
self.base_urls = [
77
"https://crystal-lang.org/api/#{release}/",
88
"https://crystal-lang.org/reference/#{release[0..2]}/",

0 commit comments

Comments
 (0)