We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191ef6f commit afe715dCopy full SHA for afe715d
src/main/java/com/diffplug/gradle/pde/EclipseRelease.java
@@ -58,7 +58,7 @@ public static EclipseRelease official(String version) {
58
}
59
60
61
- public static final String LATEST = "4.32.0";
+ public static final String LATEST = "4.33.0";
62
63
public static EclipseRelease latestOfficial() {
64
return official(LATEST);
0 commit comments