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 cd0c122 commit 694caaeCopy full SHA for 694caae
.circleci/config.yml
@@ -232,4 +232,6 @@ workflows:
232
- tests-java
233
filters:
234
branches:
235
- only: main
+ only:
236
+ - main
237
+ - fix/arrowBaseAllocatorMemoryLeak
pom.xml
@@ -28,7 +28,7 @@
28
<groupId>com.influxdb</groupId>
29
<artifactId>influxdb3-java</artifactId>
30
<packaging>jar</packaging>
31
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0.1-SNAPSHOT</version>
32
33
<name>InfluxDB 3 Java Client</name>
34
<description>
0 commit comments