chore: bump version to 3.4.0

This commit is contained in:
lxien
2026-08-30 19:48:29 +08:00
parent c75217a7a1
commit 2e922f59e8
15 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>io.github.lxien</groupId>
<artifactId>orbien</artifactId>
<version>3.4.0-beta.1</version>
<version>3.4.0</version>
</parent>
<artifactId>orbien-client</artifactId>
@@ -31,7 +31,7 @@ import org.slf4j.LoggerFactory;
public final class OrbienClient implements AutoCloseable {
private static final Logger log = LoggerFactory.getLogger(OrbienClient.class);
private static final String VERSION = "3.4.0-beta.1";
private static final String VERSION = "3.4.0";
private final OrbienClientConfig config;
private final AtomicBoolean started = new AtomicBoolean(false);
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>io.github.lxien</groupId>
<artifactId>orbien</artifactId>
<version>3.4.0-beta.1</version>
<version>3.4.0</version>
</parent>
<artifactId>orbien-spring-boot-demo</artifactId>
@@ -7,7 +7,7 @@
<parent>
<groupId>io.github.lxien</groupId>
<artifactId>orbien</artifactId>
<version>3.4.0-beta.1</version>
<version>3.4.0</version>
</parent>
<artifactId>orbien-spring-boot-starter</artifactId>
+1 -1
View File
@@ -6,7 +6,7 @@
<groupId>io.github.lxien</groupId>
<artifactId>orbien</artifactId>
<version>3.4.0-beta.1</version>
<version>3.4.0</version>
<packaging>pom</packaging>
<name>orbien</name>