Skip to content

Commit a2c4cac

Browse files
committed
Increase build version to 0.28.0
1 parent a22360a commit a2c4cac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For testing the current nightly build, use the following:
4545
<dependency>
4646
<groupId>ai.djl</groupId>
4747
<artifactId>api</artifactId>
48-
<version>0.27.0-SNAPSHOT</version>
48+
<version>0.28.0-SNAPSHOT</version>
4949
</dependency>
5050
```
5151

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
<groupId>ai.djl</groupId>
77
<artifactId>examples</artifactId>
8-
<version>0.27.0-SNAPSHOT</version>
8+
<version>0.28.0-SNAPSHOT</version>
99

1010
<properties>
1111
<maven.compiler.source>11</maven.compiler.source>
1212
<maven.compiler.target>11</maven.compiler.target>
13-
<djl.version>0.27.0-SNAPSHOT</djl.version>
13+
<djl.version>0.28.0-SNAPSHOT</djl.version>
1414
<exec.mainClass>ai.djl.examples.inference.ObjectDetection</exec.mainClass>
1515
</properties>
1616

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ systemProp.org.gradle.internal.http.connectionTimeout=60000
1111
# FIXME: Workaround gradle publish issue: https://github.com/gradle/gradle/issues/11308
1212
systemProp.org.gradle.internal.publish.checksums.insecure=true
1313

14-
djl_version=0.27.0
14+
djl_version=0.28.0
1515
mxnet_version=1.9.1
1616
pytorch_version=2.1.1
1717
tensorflow_version=2.10.1

0 commit comments

Comments
 (0)