chore: bump version to 3.5.0-beta.1

This commit is contained in:
lxien
2026-09-03 20:52:40 +08:00
parent e9939f282c
commit 6717f107c6
15 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>io.github.lxien</groupId>
<artifactId>orbien</artifactId>
<version>3.5.0-dev</version>
<version>3.5.0-beta.1</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.5.0-dev";
private static final String VERSION = "3.5.0-beta.1";
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.5.0-dev</version>
<version>3.5.0-beta.1</version>
</parent>
<artifactId>orbien-spring-boot-demo</artifactId>
@@ -7,7 +7,7 @@
<parent>
<groupId>io.github.lxien</groupId>
<artifactId>orbien</artifactId>
<version>3.5.0-dev</version>
<version>3.5.0-beta.1</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.5.0-dev</version>
<version>3.5.0-beta.1</version>
<packaging>pom</packaging>
<name>orbien</name>