Skip to content

Commit 47a4897

Browse files
committed
update kotlin version to 1.3.41
1 parent b5bd218 commit 47a4897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/kotlin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Kotlin < UrlScraper
33
self.type = 'kotlin'
4-
self.release = '1.2.41'
4+
self.release = '1.3.41'
55
self.base_url = 'https://kotlinlang.org/'
66
self.root_path = 'api/latest/jvm/stdlib/index.html'
77
self.links = {

0 commit comments

Comments
 (0)