Skip to content

Commit 8e14e0e

Browse files
authored
Revert pattern adjustment
1 parent 834571b commit 8e14e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/lushplugins/pluginupdater/api/version/VersionChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
@SuppressWarnings("CodeBlock2Expr")
2020
public interface VersionChecker {
21-
Pattern VERSION_PATTERN = Pattern.compile("v?(\\d+(\\.\\d+)*)");
21+
Pattern VERSION_PATTERN = Pattern.compile("(\\d+(\\.\\d+)*)");
2222

2323
String getLatestVersion(PluginData pluginData, PlatformData platformData) throws IOException, InterruptedException;
2424

0 commit comments

Comments
 (0)