chore: bump version to 3.3.0

This commit is contained in:
lxien
2026-08-26 09:53:42 +08:00
parent f42ea8297b
commit b7182ee45a
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.2.0-beta.1</version>
<version>3.3.0-dev</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.2.0-beta.1";
private static final String VERSION = "3.3.0-dev";
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.2.0-beta.1</version>
<version>3.3.0-dev</version>
</parent>
<artifactId>orbien-spring-boot-demo</artifactId>
@@ -7,7 +7,7 @@
<parent>
<groupId>io.github.lxien</groupId>
<artifactId>orbien</artifactId>
<version>3.2.0-beta.1</version>
<version>3.3.0-dev</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.2.0-beta.1</version>
<version>3.3.0-dev</version>
<packaging>pom</packaging>
<name>orbien</name>