Skip to content

Commit d62b81b

Browse files
committed
Prepare for merge to develop
1 parent c71a672 commit d62b81b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# The LabKey Remote API Library for Java - Change Log
22

3-
## version 6.3.0-SNAPSHOT
3+
## vresion 6.4.0-SNAPSHOT
44
*Released*: TBD
5+
*
6+
7+
## version 6.3.0
8+
*Released*: 19 June 2025
59
* Update Commons Codec, Commons Logging, Gradle, Gradle Plugins, HttpClient, HttpCore, and JSONObject versions
610
* Remove defunct FileNotification API and uses
711
* Update publishing method for new Maven Central API

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ repositories {
7272

7373
group = "org.labkey.api"
7474

75-
version = "6.3.0-SNAPSHOT"
75+
version = "6.4.0-SNAPSHOT"
7676

7777
dependencies {
7878
api "org.json:json:${jsonObjectVersion}"

0 commit comments

Comments
 (0)