From 3873472ac1b16d91f797dce1510edd8d4bc88354 Mon Sep 17 00:00:00 2001 From: Amogh Shetkar Date: Fri, 4 Oct 2024 05:49:13 +0000 Subject: [PATCH] Version change to 42.7.3-yb-1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index abecab04b..7913d1056 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ kotlin.code.style=official # This is version for PgJdbc itself # Note: it should not include "-SNAPSHOT" as it is automatically added by build.gradle.kts # Release version can be generated by using -Prelease or -Prc= arguments -pgjdbc.version=42.3.5-yb-6 +pgjdbc.version=42.7.3-yb-1 lastEditYear=2024 # The options below configures the use of local clone (e.g. testing development versions)