We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181aa8d commit c07e39cCopy full SHA for c07e39c
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>net.azisaba</groupId>
8
<artifactId>Kuvel</artifactId>
9
- <version>3.0.0-rc3</version>
+ <version>3.0.0</version>
10
<packaging>jar</packaging>
11
12
<name>${project.artifactId}</name>
src/main/java/net/azisaba/kuvel/Kuvel.java
@@ -30,7 +30,7 @@
30
@Plugin(
31
id = "kuvel",
32
name = "Kuvel",
33
- version = "3.0.0-rc3",
+ version = "3.0.0",
34
url = "https://github.com/AzisabaNetwork/Kuvel",
35
description =
36
"Server-discovery Velocity plugin for Minecraft servers running in a Kubernetes cluster.",
0 commit comments