We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f0e95 commit 0ad864cCopy full SHA for 0ad864c
CHANGELOG.md
@@ -1,8 +1,5 @@
1
# The LabKey Remote API Library for Java - Change Log
2
3
-## version 5.3.0-SNAPSHOT
4
-*Released*: TBD
5
-
6
## version 5.2.0
7
*Released*: 3 May 2023
8
* Add `RenameContainerCommand` and `RenameContainerResponse`
build.gradle
@@ -48,7 +48,7 @@ repositories {
48
49
group "org.labkey.api"
50
51
-version "5.3.0-SNAPSHOT"
+version "5.2.0"
52
53
dependencies {
54
api "org.json:json:${jsonObjectVersion}"
0 commit comments