Skip to content

Commit 93cbd9b

Browse files
authored
[Release] Released for 1.9.0 (#37)
2 parents ef9a50a + ab811cd commit 93cbd9b

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
```java
4545
<properties>
46-
<openai.version>LATEST</openai.version>
46+
<openai.version>1.9.0</openai.version>
4747
</properties>
4848

4949
<dependencies>
@@ -55,8 +55,6 @@
5555
</dependencies>
5656
```
5757

58-
`LATEST` By default the latest version will be used.
59-
6058
# Feature
6159

6260
---

README.zh_CN.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
```java
4545
<properties>
46-
<openai.version>LATEST</openai.version>
46+
<openai.version>1.9.0</openai.version>
4747
</properties>
4848

4949
<dependencies>
@@ -55,8 +55,6 @@
5555
</dependencies>
5656
```
5757

58-
`LATEST` 默认情况下将使用最新版本。
59-
6058
# Feature
6159

6260
---

docs/docs/released.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ hide:
55
- navigation
66
---
77

8+
### 1.9.0
9+
10+
---
11+
12+
- Support google PaLM
13+
814
### 1.8.0
915

1016
---

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.devlive.sdk</groupId>
77
<artifactId>openai-java-sdk</artifactId>
8-
<version>1.9.0-SNAPSHOT</version>
8+
<version>1.9.0</version>
99

1010
<name>openai-java-sdk</name>
1111
<description>

0 commit comments

Comments
 (0)