Fixed Boot version for master

This commit is contained in:
Marcin Grzejszczak
2018-11-15 15:52:33 +01:00
parent c396dbb1d4
commit f4f7a5811c

View File

@@ -33,7 +33,7 @@ public class CompatibilityVerifierProperties {
* for the patch version if you don't want to specify a concrete value.
* Example: {@code 3.4.x}
*/
private List<String> compatibleBootVersions = Collections.singletonList("2.0.x");
private List<String> compatibleBootVersions = Collections.singletonList("2.1.x");
public boolean isEnabled() {
return this.enabled;