Bumb version

This commit is contained in:
Adrian Bergqvist 2023-04-08 19:28:31 +02:00
parent 8beb59a627
commit 0dadef647e
No known key found for this signature in database
GPG Key ID: 3B3DA43224B79417

View File

@ -40,7 +40,7 @@ import static com.velocitypowered.api.network.ProtocolVersion.MINECRAFT_1_19;
import static com.velocitypowered.api.network.ProtocolVersion.MINECRAFT_1_19_3;
import static com.velocitypowered.proxy.protocol.packet.brigadier.ArgumentIdentifier.mapSet;
@Plugin(id = "ambassador", name = "Ambassador", version = "1.3.1-beta-rc3", authors = {"adde0109"})
@Plugin(id = "ambassador", name = "Ambassador", version = "1.3.1-beta", authors = {"adde0109"})
public class Ambassador {
public ProxyServer server;