From 8171d5dbd986230f1bb7a31d6fb52bfbd6f9f7ff Mon Sep 17 00:00:00 2001 From: oshai Date: Wed, 22 Feb 2023 21:24:13 +0200 Subject: [PATCH] bump version to 4.0.0-beta-23 --- README.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fff884eb..57a3bfb1 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ In short, if you just want to log statements to stdout, it's possible to add the io.github.oshai kotlin-logging-jvm - 4.0.0-beta-11 + 4.0.0-beta-22 ``` Or @@ -91,7 +91,7 @@ See the full example in [kotlin-logging-example-maven](https://github.com/oshai/ ### Gradle ```Groovy -implementation 'io.github.oshai:kotlin-logging-jvm:4.0.0-beta-11' +implementation 'io.github.oshai:kotlin-logging-jvm:4.0.0-beta-22' ``` Or ```Groovy diff --git a/build.gradle.kts b/build.gradle.kts index 4b69445f..cb5247ca 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ plugins { apply("versions.gradle.kts") group = "io.github.oshai" -version = "4.0.0-beta-22" +version = "4.0.0-beta-23" repositories { gradlePluginPortal()