mirror of
https://github.com/orbien-org/orbien.git
synced 2026-09-22 16:01:32 +00:00
chore: bump version to 3.6.0-beta.1
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.lxien</groupId>
|
||||
<artifactId>orbien</artifactId>
|
||||
<version>3.6.0-dev</version>
|
||||
<version>3.6.0-beta.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>orbien-client</artifactId>
|
||||
|
||||
+1
-1
@@ -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.6.0-dev";
|
||||
private static final String VERSION = "3.6.0-beta.1";
|
||||
|
||||
private final OrbienClientConfig config;
|
||||
private final AtomicBoolean started = new AtomicBoolean(false);
|
||||
|
||||
Reference in New Issue
Block a user