We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfc9182 + 48d388c commit c90c771Copy full SHA for c90c771
1 file changed
dev/com.ibm.microclimate.core/src/com/ibm/microclimate/core/internal/constants/MCConstants.java
@@ -119,8 +119,8 @@ private MCConstants() {}
119
120
;
121
122
- // Microclimate 18.11 is required as earlier versions are missing needed APIs.
+ // Microclimate 18.12 is required as earlier versions are missing needed APIs.
123
public static final int
124
- REQUIRED_MC_VERSION = 1811;
+ REQUIRED_MC_VERSION = 1812;
125
126
}
0 commit comments