mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
update kotlin version to 1.3.41
This commit is contained in:
parent
b5bd218e27
commit
47a48973a2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Kotlin < UrlScraper
|
||||
self.type = 'kotlin'
|
||||
self.release = '1.2.41'
|
||||
self.release = '1.3.41'
|
||||
self.base_url = 'https://kotlinlang.org/'
|
||||
self.root_path = 'api/latest/jvm/stdlib/index.html'
|
||||
self.links = {
|
||||
|
|
Loading…
Reference in a new issue