From 8197b6c8feb463634975e245a96bba3ade013d9b Mon Sep 17 00:00:00 2001 From: Ivan Vakhrushev Date: Sat, 4 May 2024 11:14:46 +0400 Subject: [PATCH] Release v.0.11.0 --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cefa2d..499eac9 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ For **Java 8** compatible version take a look at release [0.7.0](https://github. | 2.4.x | 8 | 0.3.x — 0.4.x | | 2.5.x | 8 | 0.5.x — 0.6.x | | 2.6.x | 8 | 0.7.x | -| 2.7.x | 11 | 0.8.x — 0.10.x | +| 2.7.x | 11 | 0.8.x — 0.11.x | #### Spring Boot 3 compatibility diff --git a/build.gradle.kts b/build.gradle.kts index cd0dd9f..615a659 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ description = "pg-index-health-test-starter build" allprojects { group = "io.github.mfvanek" - version = "0.11.0-SNAPSHOT" + version = "0.11.0" repositories { mavenLocal()