From e87fb0c0ffa8dd8d015d5c87ecfe8427b802d156 Mon Sep 17 00:00:00 2001 From: Shreck Ye Date: Sun, 29 May 2022 22:00:40 +0800 Subject: [PATCH] v0.1.0-kotlin-1.6.10 release --- lib/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 6276c3e..6b533b6 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation(CommonDependencies.Vertx.moduleWithoutVersion("pg-client")) } -version = "0.1.0-kotlin-1.6.10-SNAPSHOT" +version = "0.1.0-kotlin-1.6.10" publishing.publications.getByName("maven") { artifactId = rootProject.name + "-postgresql"