Skip to content

Commit aa2a548

Browse files
Update README to 0.26.1
1 parent 3815930 commit aa2a548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To incorporate Quarkus LangChain4j into your Quarkus project, add the following
3333
<dependency>
3434
<groupId>io.quarkiverse.langchain4j</groupId>
3535
<artifactId>quarkus-langchain4j-openai</artifactId>
36-
<version>0.26.0</version>
36+
<version>0.26.1</version>
3737
</dependency>
3838
```
3939

@@ -43,7 +43,7 @@ or, to use Ollama:
4343
<dependency>
4444
<groupId>io.quarkiverse.langchain4j</groupId>
4545
<artifactId>quarkus-langchain4j-ollama</artifactId>
46-
<version>0.26.0</version>
46+
<version>0.26.1</version>
4747
</dependency>
4848
```
4949

0 commit comments

Comments
 (0)