diff --git a/build.gradle.kts b/build.gradle.kts index 4950af92..9361e916 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,5 +4,5 @@ plugins { allprojects { group = "org.kodein.di" - version = "7.16.0" + version = "7.17.0" } diff --git a/doc/antora.yml b/doc/antora.yml index db638b93..d62f766f 100644 --- a/doc/antora.yml +++ b/doc/antora.yml @@ -1,7 +1,7 @@ name: kodein title: Kodein -version: '7.16' -display_version: '7.16.0' +version: '7.17' +display_version: '7.17.0' nav: - modules/ROOT/nav.adoc - modules/core/nav.adoc @@ -10,7 +10,7 @@ nav: - modules/migration/nav.adoc asciidoc: attributes: - branch: '7.16' - version: '7.16.0' + branch: '7.17' + version: '7.17.0' kotlin: '1.7.20' jdk: '1.8' \ No newline at end of file