Updated default Apex API version to v39 (Spring '17 release) (#5678)

This commit is contained in:
René Winkelmeyer 2017-05-21 10:04:37 +02:00 committed by wing328
parent 8314f4e78a
commit 9f1c3e3e50

View File

@ -19,7 +19,7 @@ public class ApexClientCodegen extends AbstractJavaCodegen {
private static final String API_VERSION = "apiVersion";
private static final Logger LOGGER = LoggerFactory.getLogger(ApexClientCodegen.class);
private String classPrefix = "Swag";
private String apiVersion = "36.0";
private String apiVersion = "39.0";
public ApexClientCodegen() {
super();