From 5d6d1fa40e6802a727f3748a9ea05b869b6b005e Mon Sep 17 00:00:00 2001 From: labkey-nicka Date: Wed, 16 Jul 2025 13:25:13 -0700 Subject: [PATCH 1/2] Bump labkeyClientApiVersion --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4c72e8964b..a44d0f426e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -45,7 +45,7 @@ buildFromSource=true # The default version for LabKey artifacts that are built or that we depend on. # override in an individual module's gradle.properties file as necessary labkeyVersion=25.8-SNAPSHOT -labkeyClientApiVersion=6.3.0 +labkeyClientApiVersion=6.4.0-QuerySaveRowsCommand-SNAPSHOT # Version numbers for the various binary artifacts that are included when # deploying via deployApp or deployDist and when creating distributions. From 1ca4172fde6708286d7b19b2802d700bf46847ae Mon Sep 17 00:00:00 2001 From: labkey-nicka Date: Fri, 18 Jul 2025 10:39:21 -0700 Subject: [PATCH 2/2] labkeyClientApiVersion=7.0.0-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a44d0f426e..a5606f0527 100644 --- a/gradle.properties +++ b/gradle.properties @@ -45,7 +45,7 @@ buildFromSource=true # The default version for LabKey artifacts that are built or that we depend on. # override in an individual module's gradle.properties file as necessary labkeyVersion=25.8-SNAPSHOT -labkeyClientApiVersion=6.4.0-QuerySaveRowsCommand-SNAPSHOT +labkeyClientApiVersion=7.0.0-SNAPSHOT # Version numbers for the various binary artifacts that are included when # deploying via deployApp or deployDist and when creating distributions.