Skip to content

Commit

Permalink
asdgadsg
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Sep 20, 2024
1 parent 191ef6f commit afe715d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/diffplug/gradle/pde/EclipseRelease.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static EclipseRelease official(String version) {
}
}

public static final String LATEST = "4.32.0";
public static final String LATEST = "4.33.0";

public static EclipseRelease latestOfficial() {
return official(LATEST);
Expand Down

0 comments on commit afe715d

Please sign in to comment.