Skip to content

Commit

Permalink
bump version to 4.0.0-beta-23
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai committed Feb 22, 2023
1 parent 975268b commit 8171d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ In short, if you just want to log statements to stdout, it's possible to add the
<dependency>
<groupId>io.github.oshai</groupId>
<artifactId>kotlin-logging-jvm</artifactId>
<version>4.0.0-beta-11</version>
<version>4.0.0-beta-22</version>
</dependency>
```
Or
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8171d5d

Please sign in to comment.