diff --git a/api/README.md b/api/README.md
index 18686e2ce96..5144659293e 100644
--- a/api/README.md
+++ b/api/README.md
@@ -45,7 +45,7 @@ For testing the current nightly build, use the following:
ai.djl
api
- 0.29.0-SNAPSHOT
+ 0.30.0-SNAPSHOT
```
diff --git a/examples/pom.xml b/examples/pom.xml
index c29ef32bcd9..e699f690087 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -5,12 +5,12 @@
ai.djl
examples
- 0.29.0-SNAPSHOT
+ 0.30.0-SNAPSHOT
11
11
- 0.29.0-SNAPSHOT
+ 0.30.0-SNAPSHOT
ai.djl.examples.inference.cv.ObjectDetection
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index cd5844d6e0b..5ed5cf56eeb 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -2,7 +2,7 @@
format.version = "1.1"
[versions]
-djl = "0.29.0"
+djl = "0.30.0"
pytorch = "2.3.1"
tensorflow = "2.16.1"
tensorflowCore = "1.0.0-rc.1"