Skip to content

Commit

Permalink
released 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LangChain4j committed Dec 22, 2023
1 parent 31f9e78 commit 2925cef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Please provide a relevant code snippets to reproduce this bug.
A clear and concise description of what you expected to happen.

**Please complete the following information:**
- LangChain4j version: e.g. 0.24.0
- LangChain4j version: e.g. 0.25.0
- Java version: e.g. 11
- Spring Boot version: e.g. 2.7.18

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.25.0-SNAPSHOT</version>
<version>0.25.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@

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

<name>langchain4j-spring parent POM</name>
<description>Parent POM for langchain4j-spring submodules</description>
<url>https://github.com/langchain4j/langchain4j-spring</url>

<modules>
<module>langchain4j-open-ai-spring-boot-starter</module>
</modules>
Expand Down

0 comments on commit 2925cef

Please sign in to comment.