Skip to content

Commit

Permalink
Merge pull request #7 from langchain4j/release_0_27_1
Browse files Browse the repository at this point in the history
release 0.27.1
  • Loading branch information
langchain4j committed Feb 9, 2024
2 parents e43534b + 6bb1e05 commit 68f338a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion langchain4j-ollama-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-spring</artifactId>
<version>0.28.0-SNAPSHOT</version>
<version>0.27.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion langchain4j-open-ai-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-spring</artifactId>
<version>0.28.0-SNAPSHOT</version>
<version>0.27.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-spring</artifactId>
<version>0.28.0-SNAPSHOT</version>
<version>0.27.1</version>
<packaging>pom</packaging>

<name>langchain4j-spring parent POM</name>
Expand Down

0 comments on commit 68f338a

Please sign in to comment.