Skip to content

Commit b2cc581

Browse files
committed
Crystal 1.16.1
1 parent eaa0190 commit b2cc581

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.16.0'
5+
self.release = '1.16.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)