From 2393c2a37d2ff9653dd9247b92616676e37f5c41 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Wed, 11 Jan 2023 21:04:37 +0100 Subject: [PATCH] Update Kotlin documentation (1.8.0) --- lib/docs/scrapers/kotlin.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/kotlin.rb b/lib/docs/scrapers/kotlin.rb index 610f97f7..99248ffa 100644 --- a/lib/docs/scrapers/kotlin.rb +++ b/lib/docs/scrapers/kotlin.rb @@ -27,10 +27,15 @@ module Docs end options[:attribution] = <<-HTML - © 2010–2022 JetBrains s.r.o. and Kotlin Programming Language contributors
+ © 2010–2023 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0. HTML + version '1.8' do + self.release = '1.8.0' + self.headers = { 'User-Agent' => 'devdocs.io' , 'Cookie' => 'x-ab-test-spring-boot-learning-path=0; userToken=r33dgpe8x3q5vswekg16a' } + end + version '1.7' do self.release = '1.7.20' end