11/*
2- * Copyright (C) 2015-2023 DiffPlug
2+ * Copyright (C) 2015-2024 DiffPlug
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -58,7 +58,7 @@ public static EclipseRelease official(String version) {
5858 }
5959 }
6060
61- public static final String LATEST = "4.30 .0" ;
61+ public static final String LATEST = "4.32 .0" ;
6262
6363 public static EclipseRelease latestOfficial () {
6464 return official (LATEST );
@@ -132,6 +132,8 @@ private static EclipseRelease officialReleaseMaybe(String version) {
132132 case "4.28.0" : return root + "4.28/R-4.28-202306050440/" ;
133133 case "4.29.0" : return root + "4.29/R-4.29-202309031000/" ;
134134 case "4.30.0" : return root + "4.30/R-4.30-202312010110/" ;
135+ case "4.31.0" : return root + "4.31/R-4.31-202402290520/" ;
136+ case "4.32.0" : return root + "4.32/R-4.32-202406010610/" ;
135137 // less-specific versions
136138 case "3.5" : case "3.6" : case "3.7" : case "3.8" :
137139 case "4.2" : case "4.3" : case "4.4" : case "4.5" :
@@ -141,7 +143,7 @@ private static EclipseRelease officialReleaseMaybe(String version) {
141143 case "4.18" : case "4.19" : case "4.20" : case "4.21" :
142144 case "4.22" : case "4.23" : case "4.24" : case "4.25" :
143145 case "4.26" : case "4.27" : case "4.28" : case "4.29" :
144- case "4.30" :
146+ case "4.30" : case "4.31" : case "4.32" :
145147 return root + v + "/" ;
146148 default : return null ;
147149 }
0 commit comments