From 1e71dfe12ddc5557f57805effe60b6e3c1d09e8d Mon Sep 17 00:00:00 2001 From: labkey-nicka Date: Sat, 7 Feb 2026 16:02:51 -0800 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 60168c0af5..43786cf545 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=26.3-SNAPSHOT -labkeyClientApiVersion=7.1.0 +labkeyClientApiVersion=7.2.0-SortDirection-SNAPSHOT # Version numbers for the various binary artifacts that are included when # deploying via deployApp or deployDist and when creating distributions. From c9e322f89384277991e1b3e1a0771984e37992d8 Mon Sep 17 00:00:00 2001 From: labkey-nicka Date: Wed, 11 Feb 2026 08:56:08 -0800 Subject: [PATCH 2/2] labkeyClientApiVersion=7.2.0-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 43786cf545..b866db51a2 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=26.3-SNAPSHOT -labkeyClientApiVersion=7.2.0-SortDirection-SNAPSHOT +labkeyClientApiVersion=7.2.0-SNAPSHOT # Version numbers for the various binary artifacts that are included when # deploying via deployApp or deployDist and when creating distributions.