Skip to content

Commit 1af4540

Browse files
authored
build: 1.3.1 (#33)
1 parent 24f7591 commit 1af4540

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<jmh.version>1.37</jmh.version>
4040
</properties>
4141

42-
<version>1.3.1-SNAPSHOT</version>
42+
<version>1.3.2-SNAPSHOT</version>
4343
<groupId>org.questdb</groupId>
4444
<artifactId>questdb-client</artifactId>
4545
<packaging>jar</packaging>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.questdb</groupId>
2929
<artifactId>client-examples</artifactId>
30-
<version>1.3.1-SNAPSHOT</version>
30+
<version>1.3.2-SNAPSHOT</version>
3131
<name>Examples for QuestDB</name>
3232

3333
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2626
<modelVersion>4.0.0</modelVersion>
2727

28-
<version>1.3.1-SNAPSHOT</version>
28+
<version>1.3.2-SNAPSHOT</version>
2929
<groupId>org.questdb</groupId>
3030
<artifactId>client-parent</artifactId>
3131
<packaging>pom</packaging>

0 commit comments

Comments
 (0)