From e95d379b4e6c91a475172ebb217cecb109913ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micael=20Jos=C3=A9=20Pedrosa=20Capit=C3=A3o?= Date: Wed, 10 Apr 2024 07:53:09 +0000 Subject: [PATCH] PLABE-203 release 0.3.12 (pull request #35) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Approved-by: Cástor Rodríguez --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 39c847c..f2e5ab8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ java { } group = "com.revolut.jooq" -version = "0.3.12-SNAPSHOT" +version = "0.3.12" gradlePlugin { website.set("https://github.com/revolut-engineering/jooq-plugin")