8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec71fe commit 932a148Copy full SHA for 932a148
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>com.langfuse</groupId>
5
<artifactId>langfuse-java</artifactId>
6
- <version>0.0.6-SNAPSHOT</version>
+ <version>0.0.6</version>
7
<packaging>jar</packaging>
8
9
<name>langfuse-java</name>
@@ -31,7 +31,7 @@
31
<connection>scm:git:https://github.com/langfuse/langfuse-java.git</connection>
32
<developerConnection>scm:git:https://github.com/langfuse/langfuse-java.git</developerConnection>
33
<url>https://github.com/langfuse/langfuse-java</url>
34
- <tag>HEAD</tag>
+ <tag>langfuse-java-0.0.6</tag>
35
</scm>
36
37
<properties>
0 commit comments