9
0
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:
William278
2022-09-10 19:27:26 +03:00
parent 847790c514
commit ff1ace8342
3 changed files with 4 additions and 4 deletions

View File

@@ -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