mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-31 04:36:45 +00:00
Update version format
This commit is contained in:
@@ -9,7 +9,7 @@ import java.util.regex.Pattern;
|
||||
public class Version implements Comparable<Version> {
|
||||
private final static String VERSION_SEPARATOR = ".";
|
||||
private final static String MINECRAFT_META_SEPARATOR = "-";
|
||||
private final static String PLUGIN_META_SEPARATOR = "+";
|
||||
private final static String PLUGIN_META_SEPARATOR = "-";
|
||||
|
||||
private int[] versions = new int[]{};
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user